aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/init.cxx')
-rw-r--r--build2/bin/init.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/bin/init.cxx b/build2/bin/init.cxx
index 6d99e26..9112773 100644
--- a/build2/bin/init.cxx
+++ b/build2/bin/init.cxx
@@ -94,7 +94,7 @@ namespace build2
// liba{foo}: libua{foo1 foo2}
// liba{foo}: bin.whole = false # Affects test but not foo1 and foo2.
//
- // If unspecified, defaults to false for liba{} and to true for libux{}.
+ // If unspecified, defaults to false for liba{} and to true for libu*{}.
//
vp.insert<bool> ("bin.whole", false, variable_visibility::target);
@@ -411,7 +411,7 @@ namespace build2
//
t.insert<def> ();
- // Note: libu*{} are not installable.
+ // Note: libu*{} members are not installable.
//
if (install_loaded)
{