svn commit: trunk/busybox/include
vda at busybox.net
vda at busybox.net
Wed Apr 11 00:36:31 PDT 2007
Author: vda
Date: 2007-04-11 00:36:31 -0700 (Wed, 11 Apr 2007)
New Revision: 18398
Log:
fix typo in comment
Modified:
trunk/busybox/include/busybox.h
Changeset:
Modified: trunk/busybox/include/busybox.h
===================================================================
--- trunk/busybox/include/busybox.h 2007-04-11 07:26:56 UTC (rev 18397)
+++ trunk/busybox/include/busybox.h 2007-04-11 07:36:31 UTC (rev 18398)
@@ -38,11 +38,11 @@
__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
More information about the busybox-cvs
mailing list