mach: fix typo
* mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
This commit is contained in:
parent
711f67a789
commit
5b5ee4d977
@ -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 <joseph@codesourcery.com>
|
||||
|
||||
[BZ #18498]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user