From: David van Moolenbroek Date: Sat, 11 Jul 2009 17:59:05 +0000 (+0000) Subject: RS: the plural of 'child' is 'children' X-Git-Tag: v3.1.5~217 X-Git-Url: http://zhaoyanbai.com/repos/named-checkzone.html?a=commitdiff_plain;h=013241a0061e9131f7f1bb064e580e420009a331;p=minix.git RS: the plural of 'child' is 'children' --- diff --git a/servers/rs/manager.c b/servers/rs/manager.c index e9ae77aa1..351b6c603 100644 --- a/servers/rs/manager.c +++ b/servers/rs/manager.c @@ -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. */