aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
Diffstat (limited to 'runit')
-rw-r--r--runit/runsvdir.c2
1 files changed, 1 insertions, 1 deletions
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;