From 495e79341b8bbbd43bcb92d4cff5ad87111886f0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Jul 2017 14:17:27 +0200 Subject: Fix bug in execution algorithms --- build2/target.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/target.hxx') 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; -- cgit v1.1