aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-08 09:18:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-08 09:18:11 +0200
commit758a50eb1825f2e0c1acd5c61d36bb5b866585b8 (patch)
treed763465e25a4ee3c1eb921e444bf4909e71f4185 /libbuild2/target.hxx
parente0ae9b1bebe4cab2e5d8e8e7a61b93632bd083cd (diff)
Adjust rule_match name for ad hoc recipes
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index 667ef79..26bb135 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -195,7 +195,7 @@ namespace build2
// would be much easier and more consistent to make these extra files
// proper targets.
//
- // So to support this requirement we have "ad hoc" groups. The idea is
+ // So to support this requirement we have ad hoc groups. The idea is
// that any target can be turned either by a user's declaration in a
// buildfile or by the rule that matches it into an ad hoc group by
// chaining several targets together.