diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2016-02-24 22:04:13 -0500 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-02-25 17:26:36 -0300 |
commit | d27dabc9964e37a41b9f195b98d652e4508a6307 (patch) | |
tree | 75c935a65d23bff06f132c746d8d60db28bd0fd8 | |
parent | 591b7e37e6be2a2d6672b683ba1191095b10d6d5 (diff) | |
download | glibc-d27dabc9964e37a41b9f195b98d652e4508a6307.zip glibc-d27dabc9964e37a41b9f195b98d652e4508a6307.tar.gz glibc-d27dabc9964e37a41b9f195b98d652e4508a6307.tar.bz2 |
NEWS (2.23): Fix typo in bug 19048 text.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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.) |