diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2016-02-24 22:04:13 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2016-02-24 22:04:13 -0500 |
commit | de51ff8c0516e66554044b27656c6855a9c2ef25 (patch) | |
tree | af5130d138f4560ef28f619a4fbc20bdad365700 /NEWS | |
parent | 314f6deec991e8239ad3fb15aeed186fabe3483f (diff) | |
download | glibc-de51ff8c0516e66554044b27656c6855a9c2ef25.tar glibc-de51ff8c0516e66554044b27656c6855a9c2ef25.tar.gz glibc-de51ff8c0516e66554044b27656c6855a9c2ef25.tar.bz2 glibc-de51ff8c0516e66554044b27656c6855a9c2ef25.zip |
NEWS (2.23): Fix typo in bug 19048 text.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |