diff --git a/mpw-shell-parser.cpp b/mpw-shell-parser.cpp index bf61e8a..27f4eca 100644 --- a/mpw-shell-parser.cpp +++ b/mpw-shell-parser.cpp @@ -104,7 +104,7 @@ void parse_tokens(std::vector &&tokens, process &p) { fd_bits = (1 << 1) + (1 << 2); goto redir; - // ≥, ≥≥ -- redirect stdout. + // ≥, ≥≥ -- redirect stderr. case 0xb3: // ≥ flags = O_WRONLY | O_CREAT | O_TRUNC; fd_bits = 1 << 2;