util/CharUtil: minor API documentation fix

This commit is contained in:
Max Kellermann 2015-01-15 19:34:02 +01:00
parent f4627acc48
commit 91a12f76cd

View File

@ -128,7 +128,7 @@ ToUpperASCII(char ch)
/**
* Convert the specified ASCII character (0x00..0x7f) to lower case.
* Unlike toupper(), it ignores the system locale.
* Unlike tolower(), it ignores the system locale.
*/
constexpr
static inline char