RS: the plural of 'child' is 'children'

This commit is contained in:
David van Moolenbroek 2009-07-11 17:59:05 +00:00
parent cf89d27218
commit 013241a006

View file

@ -533,7 +533,7 @@ PUBLIC void do_exit(message *m_ptr)
printf("RS: got SIGCHLD signal, doing wait to get exited child.\n");
/* See which child exited and what the exit status is. This is done in a
* loop because multiple childs may have exited, all reported by one
* loop because multiple children may have exited, all reported by one
* SIGCHLD signal. The WNOHANG options is used to prevent blocking if,
* somehow, no exited child can be found.
*/