aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-01-14 18:10:28 +0000
committerChristopher Faylor <me@cgf.cx>2013-01-14 18:10:28 +0000
commit656a20cbd1288f6b58141ed41b819376eca0a9f1 (patch)
treedf1d32375126413f1d22a6a80303a7f5fa7fb6f2
parentc136ca2a93b041b56eaeb9df0551a3ff01220207 (diff)
downloadnewlib-656a20cbd1288f6b58141ed41b819376eca0a9f1.zip
newlib-656a20cbd1288f6b58141ed41b819376eca0a9f1.tar.gz
newlib-656a20cbd1288f6b58141ed41b819376eca0a9f1.tar.bz2
fix typo
-rw-r--r--winsup/cygwin/DevNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/DevNotes b/winsup/cygwin/DevNotes
index cff8a27..e477e61 100644
--- a/winsup/cygwin/DevNotes
+++ b/winsup/cygwin/DevNotes
@@ -92,7 +92,7 @@ it to a packet via sig_send(__SIGTHREADEXIT). Then it acquires the
process lock and calls ExitThread.
wait_sig will then wait for the handle, indicating that the thread has
-exited, and, when that has happened, remove the process lock on behalf
+exited, and, when that has happened, removes the process lock on behalf
of the now-defunct thread. wait_sig will now also avoid actually
exiting since it could trigger the same problem.