hush: comment fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Nov 2016 18:36:50 +0000 (19:36 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 7 Nov 2016 18:36:50 +0000 (19:36 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index a01db9c755cc53a2dc999ee23a907f5782534da9..aa474afb2cbc84d82a2930941589af206df9a2b5 100644 (file)
@@ -5009,8 +5009,8 @@ static struct pipe *parse_stream(char **pstring,
                 * Run it from interactive shell, watch pmap `pidof hush`.
                 * while if false; then false; fi; do break; fi
                 * Samples to catch leaks at execution:
-                * while if (true | {true;}); then echo ok; fi; do break; done
-                * while if (true | {true;}); then echo ok; fi; do (if echo ok; break; then :; fi) | cat; break; done
+                * while if (true | { true;}); then echo ok; fi; do break; done
+                * while if (true | { true;}); then echo ok; fi; do (if echo ok; break; then :; fi) | cat; break; done
                 */
                pctx = &ctx;
                do {