]> Zhao Yanbai Git Server - minix.git/commitdiff
RS: the plural of 'child' is 'children'
authorDavid van Moolenbroek <david@minix3.org>
Sat, 11 Jul 2009 17:59:05 +0000 (17:59 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sat, 11 Jul 2009 17:59:05 +0000 (17:59 +0000)
servers/rs/manager.c

index e9ae77aa16d2b1cb0ee6064d0a51f62ef73f6eb8..351b6c60319a6170dfa7fce5ac0aab66c01a09a6 100644 (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. 
    */