Kernel - Add a quick and dirty (and useless) emergency console
[tpg/acess2.git] / KernelLand / Kernel / events.c
index ec47a16..a572d43 100644 (file)
@@ -87,7 +87,7 @@ Uint32 Threads_WaitEvents(Uint32 EventMask)
        {
                Threads_int_Sleep(THREAD_STAT_EVENTSLEEP, NULL, EventMask,
                        &us, NULL, &us->IsLocked);
-               // Woken when lock is acquired
+               // Woken when an event fires
                SHORTLOCK( &us->IsLocked );
        }
        

UCC git Repository :: git.ucc.asn.au