Commit 91a12f76 authored by Max Kellermann's avatar Max Kellermann

util/CharUtil: minor API documentation fix

parent f4627acc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment