From a8c082e2adf9865636c0e0a6906c6fde3a7c3e69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Jun 2017 14:56:48 +0200 Subject: Remove implicit see-through iteration over ad hoc group members This can only be done MT-safely after a synchronous match. --- build2/algorithm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/algorithm.hxx') diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx index d002e23..7bb3a59 100644 --- a/build2/algorithm.hxx +++ b/build2/algorithm.hxx @@ -427,7 +427,7 @@ namespace build2 // followed by the ad hoc group member, then target itself, and, finally, // the prerequisites in the reverse order. // - // You can also clean extra files derived from adhoc group members. + // You can also clean extra files derived from ad hoc group members. // target_state clean_extra (action, const file&, -- cgit v1.1