From e415977b23ea95a833ce1967dac9f8e7fe255334 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 May 2019 12:52:12 +0200 Subject: Minor cleanups and clarifications --- build2/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index fc72d74..cb38905 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -1487,7 +1487,7 @@ namespace build2 // requirement: if we are delegating to the group, we need to find a // recipe for it, just like we would for a prerequisite. // - // Note that below we are going to treat the group state to postponed. + // Note that we are also going to treat the group state as postponed. // This is not a mistake: until we execute the recipe, we want to keep // returning postponed. And once the recipe is executed, it will reset the // state to group (see group_action()). To put it another way, the -- cgit v1.1