From: Denys Vlasenko Date: Thu, 15 Jul 2010 10:33:37 +0000 (+0200) Subject: hush: fix typo in comment X-Git-Tag: 1_18_0~421 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3389de04b1fe398e5f88446dd23a7826139da7d;p=oweals%2Fbusybox.git hush: fix typo in comment Signed-off-by: Denys Vlasenko --- diff --git a/shell/hush.c b/shell/hush.c index 7dacfa0b1..14f8f2422 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -4246,7 +4246,7 @@ static NOINLINE int run_pipe(struct pipe *pi) set_local_var(p, /*exp:*/ 0, /*lvl:*/ 0, /*ro:*/ 0); argv++; } - /* Redirect error sets $? to 1. Othervise, + /* Redirect error sets $? to 1. Otherwise, * if evaluating assignment value set $?, retain it. * Try "false; q=`exit 2`; echo $?" - should print 2: */ if (rcode == 0)