aboutsummaryrefslogtreecommitdiff
path: root/build2/utility
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility')
-rw-r--r--build2/utility2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/utility b/build2/utility
index 3ccca61..7f05dd0 100644
--- a/build2/utility
+++ b/build2/utility
@@ -80,7 +80,7 @@ namespace build2
// Start a process with the specified arguments printing the command at
// verbosity level 3 and higher. Redirect STDOUT to a pipe. If error is
- // false, then redirecting STDERR to STDOUT (this can used to suppress
+ // false, then redirecting STDERR to STDOUT (this can be used to suppress
// diagnostics from the child process). Issue diagnostics and throw failed
// in case of an error.
//