diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-12 08:23:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-12 08:23:01 +0200 |
commit | 1dbaaa16d0ea2c6af53f16ebb14c943fdd11bac4 (patch) | |
tree | 9dabc20c2d6365fb086b9939a58a6bf130d97c0f /libbuild2/test/script/regex.hxx | |
parent | 42257647f90d9180cfbc5b20f8b1b7a0ffef7e26 (diff) |
Minor comment improvements
Diffstat (limited to 'libbuild2/test/script/regex.hxx')
-rw-r--r-- | libbuild2/test/script/regex.hxx | 2 |
1 files changed, 1 insertions, 1 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 <> |