aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-02 19:05:25 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-02 19:05:25 +0100
commit6307357effb79c8fbc6ccc9d4528c8c1c48a4831 (patch)
tree332d6bc33b792407e2d569c6563887b615ef0392 /libbb/getopt32.c
parentb72baeb00328576df415f9a4b4f3d5f202e3be11 (diff)
downloadbusybox-6307357effb79c8fbc6ccc9d4528c8c1c48a4831.tar.gz
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c
index 25bae319e..abd412043 100644
--- a/libbb/getopt32.c
+++ b/libbb/getopt32.c
@@ -531,7 +531,7 @@ getopt32(char **argv, const char *applet_opts, ...)
/* In case getopt32 was already called:
* reset the libc getopt() function, which keeps internal state.
- * run_nofork_applet_prime() does this, but we might end up here
+ * run_nofork_applet() does this, but we might end up here
* also via gunzip_main() -> gzip_main(). Play safe.
*/
#ifdef __GLIBC__