diff options
author | Max Kellermann <max@duempel.org> | 2015-01-15 19:34:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-15 19:34:02 +0100 |
commit | 91a12f76cd28498f4c9e8fb75a2e0dc045b83a78 (patch) | |
tree | f5c8f2ba6d0fb0e4dd42092a4131616878ede016 | |
parent | f4627acc48f51dce52bb81bdbe5be067bed0c1c8 (diff) | |
download | mpd-91a12f76cd28498f4c9e8fb75a2e0dc045b83a78.tar.gz mpd-91a12f76cd28498f4c9e8fb75a2e0dc045b83a78.tar.xz mpd-91a12f76cd28498f4c9e8fb75a2e0dc045b83a78.zip |
util/CharUtil: minor API documentation fix
Diffstat (limited to '')
-rw-r--r-- | src/util/CharUtil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/CharUtil.hxx b/src/util/CharUtil.hxx index 84a88a94e..efd40896a 100644 --- a/src/util/CharUtil.hxx +++ b/src/util/CharUtil.hxx @@ -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 |