aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2016-02-24 22:04:13 -0500
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-02-25 17:26:36 -0300
commitd27dabc9964e37a41b9f195b98d652e4508a6307 (patch)
tree75c935a65d23bff06f132c746d8d60db28bd0fd8
parent591b7e37e6be2a2d6672b683ba1191095b10d6d5 (diff)
downloadglibc-d27dabc9964e37a41b9f195b98d652e4508a6307.zip
glibc-d27dabc9964e37a41b9f195b98d652e4508a6307.tar.gz
glibc-d27dabc9964e37a41b9f195b98d652e4508a6307.tar.bz2
NEWS (2.23): Fix typo in bug 19048 text.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 5 insertions, 1 deletions
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.)