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:
parent
6b5ee0c17c
commit
5b1c204c54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue