From afe67a4a67647e7f72af63bd9c978445113d0b4f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Jun 2017 16:56:55 +0300 Subject: Minor comment fix --- bbot/worker.cxx | 6 +++--- 1 file 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; -// 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 static result_status -- cgit v1.1