aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scope.hxx')
-rw-r--r--build2/scope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scope.hxx b/build2/scope.hxx
index 00aba52..5d0fcd8 100644
--- a/build2/scope.hxx
+++ b/build2/scope.hxx
@@ -316,7 +316,7 @@ namespace build2
// Temporary scope. The idea is to be able to create a temporary scope in
// order not to change the variables in the current scope. Such a scope is
// not entered in to the scope map. As a result it can only be used as a
- // temporary set of variables. In particular, defining targetsdirectly in
+ // temporary set of variables. In particular, defining targets directly in
// such a scope will surely end up badly. Defining any nested scopes will be
// as if defining such a scope in the parent (since path() returns parent's
// path).