From 93b38208d1e7d759b3c8ed8e7eb91c10442033ff Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 14 Feb 2009 20:58:13 +0000 Subject: init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' runsvdir.c: fix typo in comment --- runit/runsvdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runit/runsvdir.c') diff --git a/runit/runsvdir.c b/runit/runsvdir.c index f67330485..7b054e410 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c @@ -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; -- cgit v1.2.3