diff options
author | Richard Braun <rbraun@sceen.net> | 2017-03-04 17:58:53 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-03-04 17:58:53 +0100 |
commit | 3e2e232b5308b1365e66bf664d9562455d6cad1b (patch) | |
tree | 7f41a623d399a41932c6bf4085f87af3a0c1bdaf /kern/rtmutex.h | |
parent | 0b2db2776b3a4fb208f13867934147f8cef79b60 (diff) |
Fix typos
Diffstat (limited to 'kern/rtmutex.h')
-rw-r--r-- | kern/rtmutex.h | 2 |
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 |