From a930cabb919fe08a4e6acee840659ba7cf05ff95 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 27 Oct 2019 06:47:39 +0100 Subject: [PATCH] Update comment --- src/parse_grammar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse_grammar.h b/src/parse_grammar.h index f760a4021..0a6e5bcc4 100644 --- a/src/parse_grammar.h +++ b/src/parse_grammar.h @@ -236,7 +236,7 @@ DEF_ALT(job_continuation) { ALT_BODY(job_continuation, piped, empty); }; -// A statement is a normal command, or an if / while / and etc +// A statement is a normal command, or an if / while / not etc. DEF_ALT(statement) { using nots = single; using block = single;