commit | 551bdfecb7cfb4df0f127d34884e0a9502324acd | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Apr 10 11:13:26 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Apr 10 11:13:26 2009 +0000 |
tree | 50506c5aaf268a22825d1962e43243712f1ab052 | |
parent | ed7823738cea677a1db59761158ce6918fa34ab2 [diff] |
hush: fix typo in comment
diff --git a/shell/hush.c b/shell/hush.c index db99cc9..bb4fdc2 100644 --- a/shell/hush.c +++ b/shell/hush.c
@@ -344,7 +344,8 @@ 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,