From: Samuel Thibault Date: Sat, 6 Jun 2015 09:48:42 +0000 (+0200) Subject: mach: fix typo X-Git-Tag: glibc-2.22~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5ee4d977363af7e6521ff83ba021ca810d8968;p=thirdparty%2Fglibc.git mach: fix typo * mach/mach/mach_traps.h (thread_switch): Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index 085d12ccd60..cc08ba8e9a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-06-06 Justus Winter <4winter@informatik.uni-hamburg.de> + + * mach/mach/mach_traps.h (thread_switch): Fix typo in comment. + 2015-06-05 Joseph Myers [BZ #18498] diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 6ec3bb0c7c1..53ec21e2d27 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 . If OPTION is SWITCH_OPTION_WAIT, then block the current thread for TIME