summaryrefslogtreecommitdiff
path: root/kern/rtmutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rtmutex.h')
-rw-r--r--kern/rtmutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/rtmutex.h b/kern/rtmutex.h
index f7cee716..b9c63ef6 100644
--- a/kern/rtmutex.h
+++ b/kern/rtmutex.h
@@ -18,7 +18,7 @@
* Real-time mutual exclusion locks.
*
* A real-time mutex is similar to a regular mutex, except priority
- * inheritance is unconditionnally enabled.
+ * inheritance is unconditionally enabled.
*/
#ifndef _KERN_RTMUTEX_H