hush: fix typo in comment
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 10 Apr 2009 11:13:26 +0000 (11:13 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 10 Apr 2009 11:13:26 +0000 (11:13 -0000)
shell/hush.c

index db99cc908ee00ffb170fccb3785d5fc8b2363d42..bb4fdc295165b0bbf9a7278b75600c696d9d56ac 100644 (file)
@@ -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,