From ddd03534471b9f092dac144fc05d727970236cf9 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 17 Jan 2019 01:47:51 +0100 Subject: Replace "awaken" with "awoken" See https://www.merriam-webster.com/words-at-play/usage-awaken-awoken-awakened. --- kern/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/thread.c') 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 -- cgit v1.2.3