diff options
-rw-r--r-- | build2/cc/link-rule.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/link-rule.cxx b/build2/cc/link-rule.cxx index 7d5eb83..28d4fc6 100644 --- a/build2/cc/link-rule.cxx +++ b/build2/cc/link-rule.cxx @@ -1636,8 +1636,8 @@ namespace build2 // Update prerequisites. We determine if any relevant ones render us // out-of-date manually below. // - // Note that straight_execute_prerequisites() will blank out all the ad - // hoc prerequisites so we don't need to worry about them from now on. + // Note that straight_execute_prerequisites() blanks out all the ad hoc + // prerequisites so we don't need to worry about them from now on. // target_state ts (straight_execute_prerequisites (a, t)); |