aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-03-27 10:39:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-03-27 10:40:58 +0200
commit2cc2772263d17a9b2755990d53e992a94d37e29d (patch)
tree1ad8e98e564485ae87ebae9a6e3546798eeda7b4 /libbuild2/config/utility.hxx
parentee128a8d4c3d5739b31fbb9e935b319176837cc8 (diff)
Implement project configuration reporting, similar to build system modules
Diffstat (limited to 'libbuild2/config/utility.hxx')
-rw-r--r--libbuild2/config/utility.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/config/utility.hxx b/libbuild2/config/utility.hxx
index cbfe588..f2bddc2 100644
--- a/libbuild2/config/utility.hxx
+++ b/libbuild2/config/utility.hxx
@@ -84,8 +84,8 @@ namespace build2
// the value is "new" (but not to false; so it can be used to accumulate
// the result from multiple calls). A value is considered new if it was
// set to the default value (inherited or not, including overrides). We
- // also treat command line overrides (inherited or not) as new. In this
- // case new means either the default value was inherited or it was
+ // also treat command line overrides (inherited or not) as new. For this
+ // version new means either the default value was inherited or it was
// overridden. This flag is usually used to test that the new value is
// valid, print the configuration report, etc.
//