diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-22 16:56:55 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-22 16:56:55 +0300 |
commit | afe67a4a67647e7f72af63bd9c978445113d0b4f (patch) | |
tree | 8e868f0d6281b6a2c3924bb07ec180c2667c1564 | |
parent | 03f6d8842832a62e383761ae575db4e263979328 (diff) |
Minor comment fix
-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 |