freemyipod r619 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r618‎ | r619 | r620 >
Date:01:45, 17 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Fix an error message
Modified paths:
  • /emcore/trunk/thread.c (modified) (history)

Diff [purge]

Index: emcore/trunk/thread.c
@@ -163,7 +163,7 @@
164164 if (obj->waiter)
165165 {
166166 leave_critical_section(mode);
167 - panicf(PANIC_KILLTHREAD, "Multiple threads waiting single wakeup! (%08X)", obj);
 167+ panicf(PANIC_KILLTHREAD, "Multiple threads waiting for single wakeup! (%08X)", obj);
168168 }
169169
170170 if (obj->signalled) obj->signalled = false;