aboutsummaryrefslogtreecommitdiff
path: root/bpkg/diagnostics.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-27 17:55:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-27 17:57:59 +0300
commitefd71ad3f925b8c8e5ae044189f70ebc7a2babea (patch)
tree5ac489ad00647fa4930d54dcd0e567e6c6ec299a /bpkg/diagnostics.hxx
parentf5007b5e2b7ff0b174920b74349e13afb5a2aff5 (diff)
Adapt to process_run() overload renaming
Diffstat (limited to 'bpkg/diagnostics.hxx')
-rw-r--r--bpkg/diagnostics.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/diagnostics.hxx b/bpkg/diagnostics.hxx
index ecff515..f9a4ac5 100644
--- a/bpkg/diagnostics.hxx
+++ b/bpkg/diagnostics.hxx
@@ -204,7 +204,7 @@ namespace bpkg
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;