aboutsummaryrefslogtreecommitdiff
path: root/bbot/diagnostics.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-27 17:57:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-27 17:57:43 +0300
commita77942df26b0957aa17f1af16b80358700f02520 (patch)
treec225b4b40431ac27865e27708677a481cf9cf23b /bbot/diagnostics.hxx
parent9658fa80fd81f17508ff8b3413fe9e9ded0b83e6 (diff)
Adapt to process_start() overload renaming
Diffstat (limited to 'bbot/diagnostics.hxx')
-rw-r--r--bbot/diagnostics.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx
index 124e64c..1e349ec 100644
--- a/bbot/diagnostics.hxx
+++ b/bbot/diagnostics.hxx
@@ -117,7 +117,7 @@ namespace bbot
public:
using trace_mark::trace_mark;
- // process_run() command tracer interface.
+ // process_run_callback() command tracer interface.
//
void
operator() (const char* const [], std::size_t) const;