summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-10-23 16:28:14 -0700
committerBart Schaefer <schaefer@zsh.org>2022-10-23 16:28:14 -0700
commit5b1c204c54e3ba41411e583ea649532b12977845 (patch)
treea3a6f2ff8dad5a7de8b15153cc2406cf58de5ec1
parent6b5ee0c17c817f12537ab7d3e5027b015f8f9475 (diff)
downloadzsh-5b1c204c54e3ba41411e583ea649532b12977845.tar.gz
zsh-5b1c204c54e3ba41411e583ea649532b12977845.zip
Unposted: Fix typo in comment
-rw-r--r--Src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c
index 5054e59d5..2fac5c89c 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -120,7 +120,7 @@ struct heredocs *hdocs;
* - if not (type & Z_END), followed by next WC_LIST
*
* WC_SUBLIST
- * - data contains type (&&, ||, END) and flags (coprog, not)
+ * - data contains type (&&, ||, END) and flags (coproc, not)
* - followed by code for sublist
* - if not (type == END), followed by next WC_SUBLIST
*