aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-04-15 10:41:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-04-15 10:41:40 +0200
commit642d2f1d3f83e3f5e303cf75b9a9d0a563e4ada4 (patch)
treefdb34bb27c6ff9de456ee899529ccad865423340 /libbuild2/scope.hxx
parent65fadc6003259719161be650d2ede16c30e0bb3b (diff)
Omit unnecessary clearing of cached base_scope values
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx2
1 files changed, 1 insertions, 1 deletions
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