diff options
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index f6444bb..2cc6a82 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -522,7 +522,7 @@ void bb_sanitize_stdio_maybe_daemonize(int daemonize) bb_perror_msg_and_die("fork"); if (pid) /* parent */ exit(0); - /* child */ + /* child */ /* if daemonizing, make sure we detach from stdio */ setsid(); dup2(fd, 0); |