diff options
Diffstat (limited to 'dev/tsunami_io.cc')
-rw-r--r-- | dev/tsunami_io.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tsunami_io.cc b/dev/tsunami_io.cc index f9dcbb8e0..3a25712af 100644 --- a/dev/tsunami_io.cc +++ b/dev/tsunami_io.cc @@ -56,7 +56,7 @@ using namespace std; TsunamiIO::RTCEvent::RTCEvent(Tsunami* t, Tick i) : Event(&mainEventQueue), tsunami(t), interval(i) { - DPRINTF(MC146818, "RTC Event Initilizing\n"); + DPRINTF(MC146818, "RTC Event Initializing\n"); schedule(curTick + interval); } |