aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-02-15 15:59:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-02-15 15:59:22 +0200
commit743273bd381a132c272226af00381da0494e8920 (patch)
treeb43f53fa0a1b40c1aa38238e42bbe0e0515afe13 /libbuild2/target.hxx
parent84c947319c7300bab12f800088d6b92245388f20 (diff)
Diagnose various misuses of library metadata protocol
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 809bf8b..5eed0a5 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -636,7 +636,7 @@ namespace build2
const opstate& operator[] (action a) const {return state[a];}
// Return true if the target has been matched for the specified action.
- // This function can only be called during execution.
+ // This function can only be called during the match or execute phases.
//
bool
matched (action) const;