summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-08-19 21:21:21 +0200
committerRichard Braun <rbraun@sceen.net>2019-08-19 21:21:21 +0200
commitc08b3ff28597488bcc4d81e281eb1f7d03587320 (patch)
tree0d73689bac11861de00d3f5c59da0b0ea938e36e
parent69faf01be81114b916226dda518b48a50f8d942f (diff)
kern/thread: fix typoHEADmaster
-rw-r--r--kern/thread.h2
1 files changed, 1 insertions, 1 deletions
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.
*