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/dyndep.cxx | |
parent | 6c5cc813b3ff2bf0295a62f9632e4b0034bbb8fb (diff) |
Minor terminology fix in diagnostics and comments
Diffstat (limited to 'libbuild2/dyndep.cxx')
-rw-r--r-- | libbuild2/dyndep.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/dyndep.cxx b/libbuild2/dyndep.cxx index 55b02ed..61fa8cb 100644 --- a/libbuild2/dyndep.cxx +++ b/libbuild2/dyndep.cxx @@ -350,7 +350,7 @@ namespace build2 prev_ = nullptr; } - // See if this path is inside a project with an out-of-tree build and is + // See if this path is inside a project with an out of source build and is // in the out directory tree. // const scope& bs (ctx_.scopes.find_out (d)); @@ -520,7 +520,7 @@ namespace build2 l6 ([&]{trace << "no target with target type " << tt.name;}); } - // Note: we can't do this because of the in-source builds where there + // Note: we can't do this because of the in source builds where there // won't be explicit targets for non-generated files. // // This should be harmless, however, since in our world generated file |