diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-16 08:25:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-16 08:25:26 +0200 |
commit | de8a68265cd467b7ca225e06501b23a8f38a694e (patch) | |
tree | c9937af945fb4a7e1eebac8b4866d3d62ccb0f1a | |
parent | 38ac2756d2efac5ac245f27931ea7b18b619af8e (diff) |
Cosmetic changes
-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 4be3c3f..fcf75f9 100644 --- a/build2/cc/link-rule.cxx +++ b/build2/cc/link-rule.cxx @@ -479,7 +479,7 @@ namespace build2 file& t (xt.as<file> ()); - // Note that for-install is signalled by install_rule and therefore + // Note that for_install is signalled by install_rule and therefore // can only be relied upon during execute. // match_data& md (t.data (match_data ())); @@ -881,7 +881,7 @@ namespace build2 // // Note that we do it regardless of whether we are installing or not // for two reasons. Firstly, it is not easy to detect this situation - // here since the for-install hasn't yet been communicated by + // here since the for_install hasn't yet been communicated by // install_rule. Secondly, always having this member takes care of // cleanup automagically. The actual generation happens in // perform_update() below. |