aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-07-22 12:47:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-07-23 20:13:21 +0300
commit2d9579da2144b2a8d67ea1d05fde96ec9d365944 (patch)
treeb4e033f0e8284309efeecd68ba1e9cd70dc75220 /build2/utility.cxx
parent3425432752d362341b8e39cd319d7f3c56aef169 (diff)
Adapt to fdstream extension
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index 15a0aee..c43d048 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -126,7 +126,7 @@ namespace build2
// want to let through is the inability to execute the program itself.
// We cannot reserve a special exit status to signal this so we will
// just have to compare the output. This particular situation will
- // result in a single error line printed by run_start() above.
+ // result in a single error line printed by start_run() above.
//
if (l.compare (0, 18, "unable to execute ") == 0)
fail << l;