aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-09 16:08:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-09 16:08:42 +0200
commitd822a0ae2c9fe312ad7a31e829ce2951be6a3ea0 (patch)
treede570a7e216ff768f87bdf8dea2111ab5b2a6eed /libbuild2/rule.hxx
parentf8e6ed173b9b77ec7ac1b0d39ae83f29fb9468a9 (diff)
Fix cxx pattern rule test
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r--libbuild2/rule.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx
index e46c402..ad6b51c 100644
--- a/libbuild2/rule.hxx
+++ b/libbuild2/rule.hxx
@@ -146,7 +146,8 @@ namespace build2
// Used for both ad hoc pattern rules and ad hoc recipes. For recipes, it's
// essentially a rule of one case. Note that when used as part of a pattern,
// the implementation cannot use the match_extra::buffer nor the target
- // auxilary data storage.
+ // auxiliary data storage until the pattern's apply_*() calls have been
+ // made.
//
// Note: not exported.
//