From 63d1d6f8f4bb6db482b21e728245ebf9eee6b55f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Feb 2018 11:30:41 +0200 Subject: Fix group link-up race --- build2/operation.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/operation.hxx') 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 -- cgit v1.1