From: Denis Vlasenko Date: Mon, 11 Feb 2008 08:32:31 +0000 (-0000) Subject: hush: fix the comment X-Git-Tag: 1_10_0~200 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ecfcdcceda6946c83345d818cbd5bc681107603;p=oweals%2Fbusybox.git hush: fix the comment --- diff --git a/shell/hush.c b/shell/hush.c index e9d0355f8..02ec0ea0e 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -3882,7 +3882,7 @@ int hush_main(int argc, char **argv) if (interactive_fd) { /* Looks like they want an interactive shell */ setup_job_control(); - /* -1 is special - makes xfuncs longjmp on exit + /* -1 is special - makes xfuncs longjmp, not exit * (we reset die_sleep = 0 whereever we [v]fork) */ die_sleep = -1; if (setjmp(die_jmp)) {