From e95738f63578c83be97a3236cd00510ef9375016 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 8 Jul 2013 03:13:08 +0200 Subject: typo fix in comment Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/hush.c b/shell/hush.c index fc9b89b55..912ecf15f 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -1389,7 +1389,7 @@ static void restore_G_args(save_arg_t *sv, char **argv) * are set to '' (ignore) are NOT reset to defaults. We do the same. * * Problem: the above approach makes it unwieldy to catch signals while - * we are in read builtin, of while we read commands from stdin: + * we are in read builtin, or while we read commands from stdin: * masked signals are not visible! * * New implementation -- cgit v1.2.3