hush: fix typo in comment
This commit is contained in:
parent
ed7823738c
commit
551bdfecb7
@ -344,7 +344,8 @@ typedef enum redir_type {
|
||||
|
||||
REDIRFD_CLOSE = -3,
|
||||
REDIRFD_SYNTAX_ERR = -2,
|
||||
REDIRFD_TO_FILE = -1, /* otherwise, rd_fd if redirected to rd_dup */
|
||||
REDIRFD_TO_FILE = -1,
|
||||
/* otherwise, rd_fd is redirected to rd_dup */
|
||||
|
||||
HEREDOC_SKIPTABS = 1,
|
||||
HEREDOC_QUOTED = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user