]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS (2.23): Fix typo in bug 19048 text.
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 25 Feb 2016 03:04:13 +0000 (22:04 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 25 Feb 2016 03:04:13 +0000 (22:04 -0500)
ChangeLog
NEWS

index 550e34ad848f7c25f3c1c03234fc52bd163dd381..ac6d44a41fd8d8e5991f2cf8fda05c201a65e86b 100644 (file)
--- 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 f963b938c8b812d605c4db570ef0e2f1ad7c6bdb..a06a42f62a30e8785428dabdb904da215a70a523 100644 (file)
--- 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.)