[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH glibc 2/2] mach: fix typo
From: |
Justus Winter |
Subject: |
[PATCH glibc 2/2] mach: fix typo |
Date: |
Sat, 6 Jun 2015 11:27:41 +0200 |
* mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
---
mach/mach/mach_traps.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h
index 8b8765e..c778caa 100644
--- a/mach/mach/mach_traps.h
+++ b/mach/mach/mach_traps.h
@@ -58,7 +58,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
--
2.1.4
- Re: mach_task_self, mach_thread_self, mach_host_self, Justus Winter, 2015/06/03
- Re: mach_task_self, mach_thread_self, mach_host_self, Richard Braun, 2015/06/03
- Re: mach_task_self, mach_thread_self, mach_host_self, Samuel Thibault, 2015/06/05
- Re: mach_task_self, mach_thread_self, mach_host_self, Justus Winter, 2015/06/06
- [PATCH glibc 1/2] mach: cache the host port, Justus Winter, 2015/06/06
- building libc packages (was: mach_task_self, mach_thread_self, mach_host_self), Justus Winter, 2015/06/08