diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-13 02:27:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-13 02:27:39 +0000 |
commit | 867bd37c7f9f87d622047a2076c9a78c08f71b30 (patch) | |
tree | ce2b84bf0430d0721128c0582369046d3724d8cc /libbb/vfork_daemon_rexec.c | |
parent | 7465dbcf2a4c0a0983d40e5c0f5c057d2ed04125 (diff) | |
download | busybox-w32-867bd37c7f9f87d622047a2076c9a78c08f71b30.tar.gz busybox-w32-867bd37c7f9f87d622047a2076c9a78c08f71b30.tar.bz2 busybox-w32-867bd37c7f9f87d622047a2076c9a78c08f71b30.zip |
fix english in comment
Diffstat (limited to 'libbb/vfork_daemon_rexec.c')
-rw-r--r-- | libbb/vfork_daemon_rexec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/vfork_daemon_rexec.c b/libbb/vfork_daemon_rexec.c index 2c4c930b2..7064eb3fb 100644 --- a/libbb/vfork_daemon_rexec.c +++ b/libbb/vfork_daemon_rexec.c | |||
@@ -148,9 +148,9 @@ int run_nofork_applet_prime(struct nofork_save_area *old, int applet_no, char ** | |||
148 | rc = applet_main[applet_no](argc, tmp_argv); | 148 | rc = applet_main[applet_no](argc, tmp_argv); |
149 | 149 | ||
150 | /* The whole reason behind nofork_save_area is that <applet>_main | 150 | /* The whole reason behind nofork_save_area is that <applet>_main |
151 | * may exit non-locally! For example, in hush Ctrl-Z tries to | 151 | * may exit non-locally! For example, in hush Ctrl-Z tries |
152 | * (modulo bugs) to dynamically create child (backgrounded task) | 152 | * (modulo bugs) to dynamically create a child (backgrounded task) |
153 | * if it detects that Ctrl-Z was pressed when a NOFORK was running! | 153 | * if it detects that Ctrl-Z was pressed when a NOFORK was running. |
154 | * Testcase: interactive "rm -i". | 154 | * Testcase: interactive "rm -i". |
155 | * Don't fool yourself into thinking "and <applet>_main() returns | 155 | * Don't fool yourself into thinking "and <applet>_main() returns |
156 | * quickly here" and removing "useless" nofork_save_area code. */ | 156 | * quickly here" and removing "useless" nofork_save_area code. */ |