summaryrefslogtreecommitdiff
path: root/kern/sleepq.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sleepq.c')
-rw-r--r--kern/sleepq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sleepq.c b/kern/sleepq.c
index 8abd84c4..2ed7ef2d 100644
--- a/kern/sleepq.c
+++ b/kern/sleepq.c
@@ -571,7 +571,7 @@ sleepq_wait_common(struct sleepq *sleepq, const char *wchan,
next = sleepq_get_last_waiter(sleepq);
/*
- * Checking against the oldest waiter is enough as waiters are awaken
+ * Checking against the oldest waiter is enough as waiters are awoken
* in strict FIFO order.
*/
if (next && (next != sleepq->oldest_waiter)) {