From 91a12f76cd28498f4c9e8fb75a2e0dc045b83a78 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 15 Jan 2015 19:34:02 +0100 Subject: util/CharUtil: minor API documentation fix --- src/util/CharUtil.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3