aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/install-rule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/install-rule.hxx')
-rw-r--r--build2/cc/install-rule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cc/install-rule.hxx b/build2/cc/install-rule.hxx
index 25d2d08..ecca702 100644
--- a/build2/cc/install-rule.hxx
+++ b/build2/cc/install-rule.hxx
@@ -53,9 +53,9 @@ namespace build2
// Installation rule for libu*{}.
//
- // While libu*{} themselves are not installable, we need to see through
- // them in case they depend on stuff that we need to install (e.g.,
- // headers). Note that we use the alias_rule as a base.
+ // While libu*{} members themselves are not installable, we need to see
+ // through them in case they depend on stuff that we need to install
+ // (e.g., headers). Note that we use the alias_rule as a base.
//
class libux_install_rule: public install::alias_rule, virtual common
{