From 5b1c204c54e3ba41411e583ea649532b12977845 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 23 Oct 2022 16:28:14 -0700 Subject: Unposted: Fix typo in comment --- Src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/parse.c') 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 * -- cgit 1.4.1