aboutsummaryrefslogtreecommitdiff
path: root/build2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.hxx')
-rw-r--r--build2/target.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/target.hxx b/build2/target.hxx
index 92c5768..7cc7f95 100644
--- a/build2/target.hxx
+++ b/build2/target.hxx
@@ -478,8 +478,8 @@ namespace build2
mutable atomic_count task_count {0}; // Start offset_touched - 1.
// This function should only be called during match if we have observed
- // (synchronization-wise) that the this target has been matched (i.e.,
- // the rule has been applied) for this action.
+ // (synchronization-wise) that this target has been matched (i.e., the
+ // rule has been applied) for this action.
//
target_state
matched_state (action a, bool fail = true) const;