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/file.hxx | |
parent | 6c5cc813b3ff2bf0295a62f9632e4b0034bbb8fb (diff) |
Minor terminology fix in diagnostics and comments
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index 43cd1ff..0582a8c 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -55,7 +55,7 @@ namespace build2 find_src_root (const dir_path&, optional<bool>& altn); // The same as above but for project's out. Note that we also check whether - // a directory happens to be src_root, in case this is an in-tree build with + // a directory happens to be src_root, in case this is an in source build with // the result returned as the second half of the pair. Note also that if the // input is normalized/actualized, then the output will be as well. // |