diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/scope.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index 8e25d78..e53a7ca 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -101,8 +101,8 @@ namespace build2 scope& global_scope () {return const_cast<scope&> (ctx.global_scope);} const scope& global_scope () const {return ctx.global_scope;} - // Return true if the specified root scope is a sub-scope of this root - // scope. Note that both scopes must be root. + // Return true if the specified root scope is a sub-scope of (but not the + // same as) this root scope. Note that both scopes must be root. // bool sub_root (const scope&) const; |