This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] NEWS: Fix a minor typo ("incosistent" -> "inconsistent").


This looks like an obvious fix but I'm asking for confirmation
just in case.  OK for master now?

While at this, "multithread environment" or "multithreaded environment"?

Regards,

Rafal


From: Rafal Luzynski <digitalfreak@lingonborough.com>
Date: Thu, 27 Dec 2018 23:04:14 +0100

---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 4a24d9f..454de5b 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
-  incosistent mutex state after fork call in multithread environment.
+  inconsistent mutex state after fork call in multithread environment.
   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
-- 
2.7.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]