forked from pool/glibc
18 lines
713 B
Diff
18 lines
713 B
Diff
|
2016-02-24 Marko Myllynen <myllynen@redhat.com>
|
||
|
|
||
|
* NEWS (2.23): Fix typo in bug 19048 text.
|
||
|
|
||
|
Index: glibc-2.23/NEWS
|
||
|
===================================================================
|
||
|
--- glibc-2.23.orig/NEWS
|
||
|
+++ glibc-2.23/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.)
|
||
|
|