aboutsummaryrefslogtreecommitdiff
path: root/build2/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-06 08:29:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-06 08:29:30 +0200
commitf10be65c39c18668df31c8680569a6417ef3ae06 (patch)
tree11d0f2887d1dd3b3b35f039f4b7bd39835dcaba5 /build2/context.hxx
parent1d738c03d8cd7eae151f9e4ba4fded986373e6bb (diff)
Increment targe_count for inner operations only
Diffstat (limited to 'build2/context.hxx')
-rw-r--r--build2/context.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/context.hxx b/build2/context.hxx
index 71035ad..97ba285 100644
--- a/build2/context.hxx
+++ b/build2/context.hxx
@@ -305,7 +305,7 @@ namespace build2
//
// The target count is incremented after a non-noop recipe is matched and
// decremented after such recipe has been executed. If such a recipe has
- // skipped updating the target, then it should increment the skip count.
+ // skipped executing the operation, then it should increment the skip count.
// These two counters are used for progress monitoring and diagnostics.
//
extern atomic_count dependency_count;