init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'

runsvdir.c: fix typo in comment
This commit is contained in:
Denis Vlasenko
2009-02-14 20:58:13 +00:00
parent 97b954decb
commit 93b38208d1
2 changed files with 17 additions and 17 deletions

View File

@@ -370,7 +370,7 @@ int runsvdir_main(int argc UNUSED_PARAM, char **argv)
opt_s_argv[1] = utoa(bb_got_signal);
pid = spawn(opt_s_argv);
if (pid > 0) {
/* Remebering to wait for _any_ children,
/* Remembering to wait for _any_ children,
* not just pid */
while (wait(NULL) != pid)
continue;