aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-04-04 12:23:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-04-08 13:12:45 +0200
commit7ef1fb36f19adc7e31939fcfd874b6ad4b6d25c1 (patch)
tree88db97d6a941d3fb62fa5844a82cecf5512c0842 /libbuild2/config/utility.hxx
parent87d896f1107a077f3d1876f8feb9dcf9ee93ea3c (diff)
Document project-specific configuration support
Diffstat (limited to 'libbuild2/config/utility.hxx')
-rw-r--r--libbuild2/config/utility.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config/utility.hxx b/libbuild2/config/utility.hxx
index 38a3ae1..ee266f1 100644
--- a/libbuild2/config/utility.hxx
+++ b/libbuild2/config/utility.hxx
@@ -97,7 +97,7 @@ namespace build2
//
// Note also that we can first do the lookup without the default value and
// then, if there is no value, call the version with the default value and
- // end up with the same result if we called the default value version
+ // end up with the same result as if we called the default value version
// straight away. This is useful when computing the default value is
// expensive. It is also ok to call both versions multiple times provided
// the flags are the same.