From 8de05839c70454445cda28a924fb10a5153959cf Mon Sep 17 00:00:00 2001 From: vda Date: Wed, 11 Apr 2007 07:36:31 +0000 Subject: fix typo in comment git-svn-id: svn://busybox.net/trunk/busybox@18398 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/busybox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/busybox.h b/include/busybox.h index 290ad17f2..8b3647f57 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -38,11 +38,11 @@ struct bb_applet { __extension__ enum bb_suid_t need_suid:8; #endif #if ENABLE_FEATURE_PREFER_APPLETS - /* true if instead if fork(); exec("applet"); waitpid(); + /* true if instead of fork(); exec("applet"); waitpid(); * one can do fork(); exit(applet_main(argc,argv)); waitpid(); */ unsigned char noexec; /* Even nicer */ - /* true if instead if fork(); exec("applet"); waitpid(); + /* true if instead of fork(); exec("applet"); waitpid(); * one can simply call applet_main(argc,argv); */ unsigned char nofork; #endif -- cgit v1.2.3-55-g6feb