hush: reinstate accidentally reverted comment fix
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 10 Apr 2009 13:51:56 +0000 (13:51 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 10 Apr 2009 13:51:56 +0000 (13:51 -0000)
shell/hush.c

index e3dfa0673bf983391825f20cbfce99f1966be18e..9adf0e127344d23f8efa632e90999ef7628827fe 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,