aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-01 09:56:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-01 09:56:35 +0200
commit061879137a62cb905f75e35c104cff379fb95134 (patch)
treef2eadd70948730f9b8f7f570330479eef49e956a /libbuild2/target.hxx
parent3a71bffd5680d64d19c914aa9dbf1a8fc9f094ef (diff)
Add inner_recipe for expressiveness
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 c33893f..d01e8b7 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -938,7 +938,7 @@ namespace build2
// resolve_members_impl() for background). Note that a rule should not
// store targets that are semantically prerequisites in an ad hoc manner
// (e.g., in match data) with a few well-known execeptions (see
- // group_action and execute_inner).
+ // group_recipe and inner_recipe).
//
// Note that the recipe may modify this list. @@ TMP TSAN issue
//