From 013241a0061e9131f7f1bb064e580e420009a331 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sat, 11 Jul 2009 17:59:05 +0000 Subject: [PATCH] RS: the plural of 'child' is 'children' --- servers/rs/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.44.0