aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm')
-rw-r--r--build2/algorithm4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/algorithm b/build2/algorithm
index e9098bd..5ee6c64 100644
--- a/build2/algorithm
+++ b/build2/algorithm
@@ -172,9 +172,9 @@ namespace build2
execute_delegate (const recipe&, action, const target&);
// A special version of the above that should be used for "direct" and "now"
- // execution, that is, side-stepping the normal target- prerequisite
+ // execution, that is, side-stepping the normal target-prerequisite
// relationship (so no dependents count is decremented) and execution order
- // (so this function will never return postponed target state). It will also
+ // (so this function never returns the postponed target state). It will also
// wait for the completion if the target is busy.
//
target_state