From c08b3ff28597488bcc4d81e281eb1f7d03587320 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Mon, 19 Aug 2019 21:21:21 +0200 Subject: kern/thread: fix typo --- kern/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/thread.h b/kern/thread.h index a65b4999..433aefb6 100644 --- a/kern/thread.h +++ b/kern/thread.h @@ -215,7 +215,7 @@ void thread_join(struct thread *thread); * if that thread is holding the interlock. * * As a special exception, threads that use preemption as a synchronization - * mechanism can ommit the interlock and pass a NULL pointer instead. + * mechanism can omit the interlock and pass a NULL pointer instead. * In any case, the preemption nesting level must strictly be one when calling * this function. * -- cgit v1.2.3