diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-13 11:13:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-13 12:42:42 +0200 |
commit | 221b677f07ccb44d2a4a6fb02bfaaa1f0e6b07b5 (patch) | |
tree | d9073e643676e554fc7c2dc4db0eae04a07e5de0 | |
parent | 653371fa06c7589a1097b05f32d6ff26f2fbb337 (diff) |
Cosmetic change
-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); |