]> 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)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 25 Feb 2016 20:26:36 +0000 (17:26 -0300)
ChangeLog
NEWS

index d1a4520860c1a30379498534e1ddf374e352247d..12346b315156b2c8f394528a5e9c1e85640ae7e1 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  Andreas Schwab  <schwab@suse.de>
 
        * math/test-math-isinff.cc (do_test): Only call isinfl and isnanl
diff --git a/NEWS b/NEWS
index c0276cf81b7e838becaa252c09d3900cce6cd277..ddc20660a21c87e801101e48e9f82f4d0dac5624 100644 (file)
--- 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.)