This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.21-446-g5b5ee4d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5b5ee4d977363af7e6521ff83ba021ca810d8968 (commit)
      from  711f67a789ba3505ae7b071453763e06590aa245 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5b5ee4d977363af7e6521ff83ba021ca810d8968

commit 5b5ee4d977363af7e6521ff83ba021ca810d8968
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Jun 6 11:48:42 2015 +0200

    mach: fix typo
    
    * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.

diff --git a/ChangeLog b/ChangeLog
index 085d12c..cc08ba8 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  <joseph@codesourcery.com>
 
 	[BZ #18498]
diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h
index 6ec3bb0..53ec21e 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    4 ++++
 mach/mach/mach_traps.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]