diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-12-27 23:04:14 +0100 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-12-28 08:55:34 +0100 |
commit | e46d7dedcfccb283f008be2900227318f314dbea (patch) | |
tree | 8f0990b231277db4c512d63753e967d781da95e6 /NEWS | |
parent | c0feb731d5bd063f351487c28eadaf37b33d07a5 (diff) | |
download | glibc-e46d7dedcfccb283f008be2900227318f314dbea.tar.gz glibc-e46d7dedcfccb283f008be2900227318f314dbea.tar.xz glibc-e46d7dedcfccb283f008be2900227318f314dbea.zip |
NEWS: Fix a minor typo ("incosistent" -> "inconsistent").
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index cd29ec7c81..e3658ac83f 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 |