From: Rafal Luzynski Date: Fri, 28 Dec 2018 20:15:41 +0000 (+0100) Subject: NEWS: Fix another typo ("multithread..." -> "multi-threaded..."). X-Git-Tag: glibc-2.29~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc3eca750791ed7e389026a70864687b4bf8379;p=thirdparty%2Fglibc.git NEWS: Fix another typo ("multithread..." -> "multi-threaded..."). Thank you Florian Weimer and Paul Eggert for proofreading this. --- diff --git a/NEWS b/NEWS index e3658ac83f9..ed3bd4f4c0d 100644 --- a/NEWS +++ b/NEWS @@ -43,7 +43,7 @@ Major new features: * The popen and system do not run atfork handlers anymore (BZ#17490). Although it is a possible POSIX violation, the POSIX rationale in pthread_atfork documentation regarding atfork handlers is to handle - inconsistent mutex state after fork call in multithread environment. + inconsistent mutex state after a fork call in a multi-threaded process. In both popen and system there is no direct access to user-defined mutexes. * Support for the C-SKY ABIV2 running on Linux has been added. This port