fix comment.

This commit is contained in:
Kelvin Sherlock 2016-07-23 16:04:13 -04:00
parent a366bbf2cb
commit f97625eba7
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void parse_tokens(std::vector<token> &&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;