From 656a20cbd1288f6b58141ed41b819376eca0a9f1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Jan 2013 18:10:28 +0000 Subject: [PATCH] fix typo --- winsup/cygwin/DevNotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/DevNotes b/winsup/cygwin/DevNotes index cff8a2789..e477e614a 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.