]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - NEWS
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / NEWS
diff --git a/NEWS b/NEWS
index cd29ec7c8175e566077801ebcfd7c9149a6f4d03..a30f89d352e022160a82c4a2711a62cc261b1675 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 GNU C Library NEWS -- history of user-visible changes.
-Copyright (C) 1992-2018 Free Software Foundation, Inc.
+Copyright (C) 1992-2019 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
@@ -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
-  incosistent 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