diff options
author | Christopher Faylor <me@cgf.cx> | 2006-02-28 01:28:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-02-28 01:28:28 +0000 |
commit | f6f3b1ee4634682c8415e4d2515513c68b54d260 (patch) | |
tree | 449d675bd9d04ac85821910f69a625a3fb9213f6 /winsup | |
parent | e41ff6093edce7a3bea16247f40ef6eac8d4b16b (diff) | |
download | cygnal-f6f3b1ee4634682c8415e4d2515513c68b54d260.tar.gz cygnal-f6f3b1ee4634682c8415e4d2515513c68b54d260.tar.bz2 cygnal-f6f3b1ee4634682c8415e4d2515513c68b54d260.zip |
* sigproc.cc: Fix a comment.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/sigproc.cc | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index eac47171e..326205d29 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2006-02-27 Christopher Faylor <cgf@timesys.com> + * sigproc.cc: Fix a comment. + +2006-02-27 Christopher Faylor <cgf@timesys.com> + * cygthread.cc (cygthread::release): Add a comment. 2006-02-27 Corinna Vinschen <corinna@vinschen.de> diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index cd8278ee2..5e9ad1915 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -373,11 +373,10 @@ _cygtls::remove_wq (DWORD wait) } /* Terminate the wait_subproc thread. - * Called on process exit. - * Also called by spawn_guts to disassociate any subprocesses from this - * process. Subprocesses will then know to clean up after themselves and - * will not become procs. - */ + Called on process exit. + Also called by spawn_guts to disassociate any subprocesses from this + process. Subprocesses will then know to clean up after themselves and + will not become procs. */ void __stdcall proc_terminate () { |