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 release/2.23/master updated. glibc-2.23-7-gd27dabc


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, release/2.23/master has been updated
       via  d27dabc9964e37a41b9f195b98d652e4508a6307 (commit)
      from  591b7e37e6be2a2d6672b683ba1191095b10d6d5 (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=d27dabc9964e37a41b9f195b98d652e4508a6307

commit d27dabc9964e37a41b9f195b98d652e4508a6307
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 d1a4520..12346b3 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  Andreas Schwab  <schwab@suse.de>
 
 	* math/test-math-isinff.cc (do_test): Only call isinfl and isnanl
diff --git a/NEWS b/NEWS
index c0276cf..ddc2066 100644
--- a/NEWS
+++ b/NEWS
@@ -38,7 +38,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]