[COMMITTED] NEWS: Fix another typo ("multithread..." -> "multi-threaded...").

Message ID 2032813981.941793.1546028497611@poczta.nazwa.pl
State Committed
Headers

Commit Message

Rafal Luzynski Dec. 28, 2018, 8:21 p.m. UTC
  Thank you Florian Weimer and Paul Eggert for proofreading this.
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

 * Support for the C-SKY ABIV2 running on Linux has been added.  This port
  

Patch

diff --git a/NEWS b/NEWS
index e3658ac..ed3bd4f 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.