diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index 498aae41..d592b72e 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -1545,7 +1545,7 @@ static struct thread_runq * thread_sched_idle_select_runq(struct thread *thread) { (void)thread; - panic("thread: idler threads cannot be awaken"); + panic("thread: idler threads cannot be awoken"); } static noreturn void |