From 9dfd8f7c6902c7b38f34ca6f87d712d6dcefe3a2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jan 2024 11:46:35 +0200 Subject: Improve documentation comment --- libbuild2/scope.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2') 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 (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; -- cgit v1.1