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.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/algorithm.hxx') diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx index f1ac135..5f0854f 100644 --- a/build2/algorithm.hxx +++ b/build2/algorithm.hxx @@ -266,7 +266,8 @@ namespace build2 size_t start_count, atomic_count& task_count, bool fail = true); - // Match by specifying the recipe directly. The target must be locked. + // Match by specifying the recipe directly and without incrementing the + // dependency counts. The target must be locked. // void match_recipe (target_lock&, recipe); -- cgit v1.1