aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.hxx')
-rw-r--r--build2/algorithm.hxx3
1 files changed, 2 insertions, 1 deletions
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);