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.23-40-gde51ff8


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  de51ff8c0516e66554044b27656c6855a9c2ef25 (commit)
      from  314f6deec991e8239ad3fb15aeed186fabe3483f (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=de51ff8c0516e66554044b27656c6855a9c2ef25

commit de51ff8c0516e66554044b27656c6855a9c2ef25
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Wed Feb 24 22:04:13 2016 -0500

    NEWS (2.23): Fix typo in bug 19048 text.

diff --git a/ChangeLog b/ChangeLog
index 550e34a..ac6d44a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-24  Marko Myllynen  <myllynen@redhat.com>
+
+	* NEWS (2.23): Fix typo in bug 19048 text.
+
 2016-02-24  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #14259]
diff --git a/NEWS b/NEWS
index f963b93..a06a42f 100644
--- a/NEWS
+++ b/NEWS
@@ -63,7 +63,7 @@ Version 2.23
   unnecessary serialization of memory allocation requests across threads.
   The defect is now corrected.  Users should see a substantial increase in
   the concurent throughput of allocation requests for applications which
-  trigger this bug.  Affected applications typically create create and
+  trigger this bug.  Affected applications typically create and
   destroy threads frequently.  (Bug 19048 was reported and analyzed by
   Ericsson.)
 

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

Summary of changes:
 ChangeLog |    4 ++++
 NEWS      |    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]