svn commit: trunk/busybox/libbb

vda at busybox.net vda at busybox.net
Sun Apr 13 02:27:40 UTC 2008


Author: vda
Date: 2008-04-12 19:27:39 -0700 (Sat, 12 Apr 2008)
New Revision: 21725

Log:
fix english in comment



Modified:
   trunk/busybox/libbb/vfork_daemon_rexec.c


Changeset:
Modified: trunk/busybox/libbb/vfork_daemon_rexec.c
===================================================================
--- trunk/busybox/libbb/vfork_daemon_rexec.c	2008-04-13 02:25:53 UTC (rev 21724)
+++ trunk/busybox/libbb/vfork_daemon_rexec.c	2008-04-13 02:27:39 UTC (rev 21725)
@@ -148,9 +148,9 @@
 		rc = applet_main[applet_no](argc, tmp_argv);
 
 	/* The whole reason behind nofork_save_area is that <applet>_main
-	 * may exit non-locally! For example, in hush Ctrl-Z tries to
-	 * (modulo bugs) to dynamically create child (backgrounded task)
-	 * if it detects that Ctrl-Z was pressed when a NOFORK was running!
+	 * may exit non-locally! For example, in hush Ctrl-Z tries
+	 * (modulo bugs) to dynamically create a child (backgrounded task)
+	 * if it detects that Ctrl-Z was pressed when a NOFORK was running.
 	 * Testcase: interactive "rm -i".
 	 * Don't fool yourself into thinking "and <applet>_main() returns
 	 * quickly here" and removing "useless" nofork_save_area code. */




More information about the busybox-cvs mailing list