* sigproc.cc: Fix a comment.

This commit is contained in:
Christopher Faylor 2006-02-28 01:28:28 +00:00
parent e41ff6093e
commit f6f3b1ee46
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2006-02-27 Christopher Faylor <cgf@timesys.com>
* sigproc.cc: Fix a comment.
2006-02-27 Christopher Faylor <cgf@timesys.com> 2006-02-27 Christopher Faylor <cgf@timesys.com>
* cygthread.cc (cygthread::release): Add a comment. * cygthread.cc (cygthread::release): Add a comment.

View File

@ -373,11 +373,10 @@ _cygtls::remove_wq (DWORD wait)
} }
/* Terminate the wait_subproc thread. /* Terminate the wait_subproc thread.
* Called on process exit. Called on process exit.
* Also called by spawn_guts to disassociate any subprocesses from this Also called by spawn_guts to disassociate any subprocesses from this
* process. Subprocesses will then know to clean up after themselves and process. Subprocesses will then know to clean up after themselves and
* will not become procs. will not become procs. */
*/
void __stdcall void __stdcall
proc_terminate () proc_terminate ()
{ {