diff options
-rw-r--r-- | bbot/worker.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/worker.cxx b/bbot/worker.cxx index 261dded..a0e2ad7 100644 --- a/bbot/worker.cxx +++ b/bbot/worker.cxx @@ -58,9 +58,9 @@ catch (const system_error& e) using regexes = vector<regex>; -// If warn_detect argument is not NULL, match lines read from the command's -// stderr against the regular expressions and return the warning result -// status (instead of success) in case of a match. +// Match lines read from the command's stderr against the regular expressions +// and return the warning result status (instead of success) in case of a +// match. // template <typename... A> static result_status |