diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-16 16:22:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-16 16:22:22 +0200 |
commit | 9f537aca20984524a442e4829e5bba2e9f0df91b (patch) | |
tree | bed073fdbd5dbb8012e859d9bf9528773774be49 | |
parent | 20f16bb63b57c5e9dc4053219a5e8294d51fa762 (diff) |
Cosmetic change
-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)); |