From 642d2f1d3f83e3f5e303cf75b9a9d0a563e4ada4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Apr 2022 10:41:40 +0200 Subject: Omit unnecessary clearing of cached base_scope values --- libbuild2/scope.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/scope.hxx') diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index 86f5e4b..9dc2be6 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -761,7 +761,7 @@ namespace build2 // single invocation. How can we pick the scope that is "ours", for some // definition of "ours"? // - // The current think is that a project can be "associated" with other + // The current thinking is that a project can be "associated" with other // projects: its sub-projects and imported projects (it doesn't feel like // its super-projects should be in this set, but maybe). And "ours" could // mean belonging to one of the associated projects. This feels correct -- cgit v1.1