From: Carlos O'Donell Date: Thu, 25 Feb 2016 03:04:13 +0000 (-0500) Subject: NEWS (2.23): Fix typo in bug 19048 text. X-Git-Tag: glibc-2.24~538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de51ff8c0516e66554044b27656c6855a9c2ef25;p=thirdparty%2Fglibc.git NEWS (2.23): Fix typo in bug 19048 text. --- diff --git a/ChangeLog b/ChangeLog index 550e34ad848..ac6d44a41fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-02-24 Marko Myllynen + + * NEWS (2.23): Fix typo in bug 19048 text. + 2016-02-24 Carlos O'Donell [BZ #14259] diff --git a/NEWS b/NEWS index f963b938c8b..a06a42f62a3 100644 --- a/NEWS +++ b/NEWS @@ -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.)