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.29.9000-79-g04de930


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  04de93022685bd19347c3ded5ac50b09e2037243 (commit)
      from  b026ce1ee92de325463535c15ab5575f21b23702 (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=04de93022685bd19347c3ded5ac50b09e2037243

commit 04de93022685bd19347c3ded5ac50b09e2037243
Author: Wolfram Sang <wsa@the-dreams.de>
Date:   Tue Feb 19 10:59:31 2019 -0500

    nptl: Fix comment typo in pthread_mutex_trylock.c

diff --git a/ChangeLog b/ChangeLog
index 95765b8..bc6adaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-19  Wolfram Sang  <wsa@the-dreams.de>
+
+	* nptl/pthread_mutex_trylock.c: Fix comment.
+
 2019-02-19  Carlos O'Donell  <carlos@redhat.com>
 
 	* nptl/pthread_tryjoin.c: Fix comment.
diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c
index bf2869e..3bba464 100644
--- a/nptl/pthread_mutex_trylock.c
+++ b/nptl/pthread_mutex_trylock.c
@@ -130,7 +130,7 @@ __pthread_mutex_trylock (pthread_mutex_t *mutex)
 	      __asm ("" ::: "memory");
 	      THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL);
 
-	      /* Note that we deliberately exist here.  If we fall
+	      /* Note that we deliberately exit here.  If we fall
 		 through to the end of the function __nusers would be
 		 incremented which is not correct because the old
 		 owner has to be discounted.  */

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

Summary of changes:
 ChangeLog                    |    4 ++++
 nptl/pthread_mutex_trylock.c |    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]