aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.ixx')
-rw-r--r--build2/algorithm.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx
index b6d3ccb..0b3a23e 100644
--- a/build2/algorithm.ixx
+++ b/build2/algorithm.ixx
@@ -380,7 +380,7 @@ namespace build2
// (which are not executed). Plus, group action means real recipe is in
// the group so this also feels right conceptually.
//
- // We also avoid increment this count twice for the same target if we
+ // We also avoid incrementing this count twice for the same target if we
// have both the inner and outer operations. In our model the outer
// operation is either noop or it must delegate to the inner. While it's
// possible the inner is noop while the outer is not, it is not very