diff options
Diffstat (limited to 'libbb/vfork_daemon_rexec.c')
-rw-r--r-- | libbb/vfork_daemon_rexec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/vfork_daemon_rexec.c b/libbb/vfork_daemon_rexec.c index 0601121..80022b3 100644 --- a/libbb/vfork_daemon_rexec.c +++ b/libbb/vfork_daemon_rexec.c @@ -1,10 +1,10 @@ /* - * Rexec program for system have fork() as vfork() with foregound option + * Rexec program for system have fork() as vfork() with foreground option * * Copyright (C) Vladimir N. Oleynik <dzo@simtreas.ru> * Copyright (C) 2003 Russ Dill <Russ.Dill@asu.edu> * - * daemon() portion taken from uclibc: + * daemon() portion taken from uClibc: * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. |