aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-15 19:34:02 +0100
committerMax Kellermann <max@duempel.org>2015-01-15 19:34:02 +0100
commit91a12f76cd28498f4c9e8fb75a2e0dc045b83a78 (patch)
treef5c8f2ba6d0fb0e4dd42092a4131616878ede016 /src/util
parentf4627acc48f51dce52bb81bdbe5be067bed0c1c8 (diff)
downloadmpd-91a12f76cd28498f4c9e8fb75a2e0dc045b83a78.tar.gz
mpd-91a12f76cd28498f4c9e8fb75a2e0dc045b83a78.tar.xz
mpd-91a12f76cd28498f4c9e8fb75a2e0dc045b83a78.zip
util/CharUtil: minor API documentation fix
Diffstat (limited to 'src/util')
-rw-r--r--src/util/CharUtil.hxx2
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