diff options
Diffstat (limited to 'build2/utility.hxx')
-rw-r--r-- | build2/utility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx index b75cb5a..6527d3a 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -284,7 +284,7 @@ namespace build2 // // T (string& line, bool last) // - // If ignore_exit is true, then the program's exist status is ignored (if it + // If ignore_exit is true, then the program's exit status is ignored (if it // is false and the program exits with the non-zero status, then an empty T // instance is returned). // |