diff options
-rw-r--r-- | libbuild2/test/script/regex.hxx | 2 | ||||
-rw-r--r-- | libbuild2/variable.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/test/script/regex.hxx b/libbuild2/test/script/regex.hxx index 9265021..4114ea4 100644 --- a/libbuild2/test/script/regex.hxx +++ b/libbuild2/test/script/regex.hxx @@ -512,7 +512,7 @@ namespace std narrow (const char_type*, const char_type*, char, char*) const; }; - // Note: the current application locale must be the POSIX one. Otherwise the + // Note: the current application locale must be POSIX. Otherwise the // behavior is undefined. // template <> diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 521606b..02df60b 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -472,7 +472,7 @@ namespace build2 vector_view<name> reverse (value&, names& storage); - // lookup + // Variable lookup result, AKA, binding of a name to a value. // // A variable can be undefined, NULL, or contain a (potentially empty) // value. |