diff options
Diffstat (limited to 'sysdeps/mach/hurd/bits')
-rw-r--r-- | sysdeps/mach/hurd/bits/posix_opt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index 0a392e4c69..b5bc971d08 100644 --- a/sysdeps/mach/hurd/bits/posix_opt.h +++ b/sysdeps/mach/hurd/bits/posix_opt.h @@ -87,14 +87,14 @@ /* We support user-defined stacks. */ #define _POSIX_THREAD_ATTR_STACKADDR 200809L -/* We do not support priority inheritence. */ +/* We do not support priority inheritance. */ #define _POSIX_THREAD_PRIO_INHERIT -1 /* We do not support priority protection. */ #define _POSIX_THREAD_PRIO_PROTECT -1 #ifdef __USE_XOPEN2K8 -/* We do not support priority inheritence for robust mutexes. */ +/* We do not support priority inheritance for robust mutexes. */ # define _POSIX_THREAD_ROBUST_PRIO_INHERIT -1 /* We do not support priority protection for robust mutexes. */ |