From e8457a85edaa072d043e01b629bc0c124251a9c0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 May 2022 10:45:02 +0200 Subject: Minor terminology fix in diagnostics and comments --- libbuild2/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/scope.cxx') 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 (); -- cgit v1.1