fix english in comment
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 13 Apr 2008 02:27:39 +0000 (02:27 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 13 Apr 2008 02:27:39 +0000 (02:27 -0000)
libbb/vfork_daemon_rexec.c

index 2c4c930b2bc3d5fe828464100525465e9159d11a..7064eb3fbadda9818a192e40a8d633bdbb98f4f8 100644 (file)
@@ -148,9 +148,9 @@ int run_nofork_applet_prime(struct nofork_save_area *old, int applet_no, char **
                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 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. */