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;