aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-05-06 10:45:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-05-06 10:45:02 +0200
commite8457a85edaa072d043e01b629bc0c124251a9c0 (patch)
tree9e0d8d9202ae59485c39f91fcc60c2b4b5f7a6fc /libbuild2/scope.cxx
parent6c5cc813b3ff2bf0295a62f9632e4b0034bbb8fb (diff)
Minor terminology fix in diagnostics and comments
Diffstat (limited to 'libbuild2/scope.cxx')
-rw-r--r--libbuild2/scope.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/scope.cxx b/libbuild2/scope.cxx
index 91aee12..814d876 100644
--- a/libbuild2/scope.cxx
+++ b/libbuild2/scope.cxx
@@ -822,7 +822,7 @@ namespace build2
}
dir_path out;
- if (src && sd != od) // If in-source build, then out must be empty.
+ if (src && sd != od) // If in source build, then out must be empty.
{
out = o.dir.relative () ? od / o.dir : move (o.dir);
out.normalize ();