From 4b6de8b4a3b3948a1268f9a8a6a4d499692b3296 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 13 Oct 2019 23:05:55 -0700 Subject: [PATCH] Clean up a stale comment. --- src/tokenizer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tokenizer.h b/src/tokenizer.h index dc834365a..29606db6d 100644 --- a/src/tokenizer.h +++ b/src/tokenizer.h @@ -138,8 +138,7 @@ class tokenizer_t { /// returns the empty string. wcstring tok_first(const wcstring &str); -/// Helper function to determine redirection type from a string, or TOK_NONE if the redirection is -/// invalid. Also returns the fd by reference. +/// Helper function to determine redirection type from a string. Also returns the fd by reference. maybe_t redirection_type_for_string(const wcstring &str, int *out_fd = NULL); /// Helper function to determine which fd is redirected by a pipe.