mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 22:30:05 +00:00
fix english in comment
This commit is contained in:
parent
7465dbcf2a
commit
867bd37c7f
@ -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);
|
rc = applet_main[applet_no](argc, tmp_argv);
|
||||||
|
|
||||||
/* The whole reason behind nofork_save_area is that <applet>_main
|
/* The whole reason behind nofork_save_area is that <applet>_main
|
||||||
* may exit non-locally! For example, in hush Ctrl-Z tries to
|
* may exit non-locally! For example, in hush Ctrl-Z tries
|
||||||
* (modulo bugs) to dynamically create child (backgrounded task)
|
* (modulo bugs) to dynamically create a child (backgrounded task)
|
||||||
* if it detects that Ctrl-Z was pressed when a NOFORK was running!
|
* if it detects that Ctrl-Z was pressed when a NOFORK was running.
|
||||||
* Testcase: interactive "rm -i".
|
* Testcase: interactive "rm -i".
|
||||||
* Don't fool yourself into thinking "and <applet>_main() returns
|
* Don't fool yourself into thinking "and <applet>_main() returns
|
||||||
* quickly here" and removing "useless" nofork_save_area code. */
|
* quickly here" and removing "useless" nofork_save_area code. */
|
||||||
|
Loading…
Reference in New Issue
Block a user