From 9f537aca20984524a442e4829e5bba2e9f0df91b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Apr 2019 16:22:22 +0200 Subject: Cosmetic change --- build2/cc/link-rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cc/link-rule.cxx') 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)); -- cgit v1.1