about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2018-12-28 21:15:41 +0100
committerRafal Luzynski <digitalfreak@lingonborough.com>2018-12-28 21:19:50 +0100
commit5fc3eca750791ed7e389026a70864687b4bf8379 (patch)
tree0b7b5080951e0a8ebfa23341106112a6c9fa53d1 /NEWS
parent0253580a75decdaf22b6abce60d8265b2adb7dea (diff)
downloadglibc-5fc3eca750791ed7e389026a70864687b4bf8379.tar.gz
glibc-5fc3eca750791ed7e389026a70864687b4bf8379.tar.xz
glibc-5fc3eca750791ed7e389026a70864687b4bf8379.zip
NEWS: Fix another typo ("multithread..." -> "multi-threaded...").
Thank you Florian Weimer and Paul Eggert for proofreading this.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e3658ac83f..ed3bd4f4c0 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