aboutsummaryrefslogtreecommitdiff
path: root/build2/target.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-29 14:17:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-29 14:25:14 +0200
commit495e79341b8bbbd43bcb92d4cff5ad87111886f0 (patch)
tree5f85d428ff5e6cdab336eef2fc033976582d9209 /build2/target.hxx
parent28055d044d0c21ff5556de52c3e273d5f4969408 (diff)
Fix bug in execution algorithms
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;