diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-06 10:45:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-06 10:45:02 +0200 |
commit | e8457a85edaa072d043e01b629bc0c124251a9c0 (patch) | |
tree | 9e0d8d9202ae59485c39f91fcc60c2b4b5f7a6fc /libbuild2/cc/compile-rule.cxx | |
parent | 6c5cc813b3ff2bf0295a62f9632e4b0034bbb8fb (diff) |
Minor terminology fix in diagnostics and comments
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r-- | libbuild2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index 8e1cc81..f5d50ec 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -3193,7 +3193,7 @@ namespace build2 // And here is another problem: if we have an already generated header // in src and the one in out does not yet exist, then the compiler will // pick the one in src and we won't even notice. Note that this is not - // only an issue with mixing in- and out-of-tree builds (which does feel + // only an issue with mixing in and out of source builds (which does feel // wrong but is oh so convenient): this is also a problem with // pre-generated headers, a technique we use to make installing the // generator by end-users optional by shipping pre-generated headers. |