aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-16 11:30:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-16 11:30:41 +0200
commit63d1d6f8f4bb6db482b21e728245ebf9eee6b55f (patch)
tree61f1b519a447fd2b96c877bfced4b9fc8363824e /build2/operation.hxx
parentef12b3bf80e2eec3fcfd36cceee02f357a992039 (diff)
Fix group link-up race
Diffstat (limited to 'build2/operation.hxx')
-rw-r--r--build2/operation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/operation.hxx b/build2/operation.hxx
index 749d65a..27f2356 100644
--- a/build2/operation.hxx
+++ b/build2/operation.hxx
@@ -58,7 +58,7 @@ namespace build2
// While most of the relevant target state is duplicated, certain things are
// shared among the inner/outer rules, such as the target data pad and the
// group state. In particular, it is assumed the group state is always
- // determined by the inner rule (see resolve_group_members()).
+ // determined by the inner rule (see resolve_members()).
//
// Normally, an outer rule will be responsible for any additional, outer
// operation-specific work. Sometimes, however, the inner rule needs to