aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/config/utility.cxx')
-rw-r--r--libbuild2/config/utility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/config/utility.cxx b/libbuild2/config/utility.cxx
index 7415085..cf0f73b 100644
--- a/libbuild2/config/utility.cxx
+++ b/libbuild2/config/utility.cxx
@@ -84,7 +84,7 @@ namespace build2
bool
unconfigured (scope& rs, const string& n)
{
- // Pattern-typed in boot() as bool.
+ // Pattern-typed as bool.
//
const variable& var (
rs.var_pool ().insert ("config." + n + ".configured"));
@@ -98,7 +98,7 @@ namespace build2
bool
unconfigured (scope& rs, const string& n, bool v)
{
- // Pattern-typed in boot() as bool.
+ // Pattern-typed as bool.
//
const variable& var (
rs.var_pool ().insert ("config." + n + ".configured"));