diff options
-rw-r--r-- | build2/scope | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scope b/build2/scope index 2b86200..b172965 100644 --- a/build2/scope +++ b/build2/scope @@ -316,7 +316,7 @@ namespace build2 { public: // Note that we assume the first insertion into the map is always the - // global scope. + // global scope with empty key. // iterator insert (const dir_path&, bool root); |