diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-06-06 11:48:42 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-06-06 11:48:42 +0200 |
commit | 5b5ee4d977363af7e6521ff83ba021ca810d8968 (patch) | |
tree | 6db4bd2fc93dcde6455e334fdf4bdeb28b496574 /mach | |
parent | 711f67a789ba3505ae7b071453763e06590aa245 (diff) | |
download | glibc-5b5ee4d977363af7e6521ff83ba021ca810d8968.tar.gz glibc-5b5ee4d977363af7e6521ff83ba021ca810d8968.tar.xz glibc-5b5ee4d977363af7e6521ff83ba021ca810d8968.zip |
mach: fix typo
* mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/mach/mach_traps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 6ec3bb0c7c..53ec21e2d2 100644 --- a/mach/mach/mach_traps.h +++ b/mach/mach/mach_traps.h @@ -57,7 +57,7 @@ extern boolean_t __swtch (void); extern boolean_t swtch_pri (int priority); extern boolean_t __swtch_pri (int priority); -/* Attempt to context switch the current thread of the processor. Try +/* Attempt to context switch the current thread off the processor. Try to run NEW_THREAD next, ignoring normal scheduling policies. The OPTION value comes from <mach/thread_switch.h>. If OPTION is SWITCH_OPTION_WAIT, then block the current thread for TIME |