1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

Unposted: Fix typo in comment

This commit is contained in:
Bart Schaefer 2022-10-23 16:28:14 -07:00
parent 6b5ee0c17c
commit 5b1c204c54

View file

@ -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
*