summaryrefslogtreecommitdiff
path: root/strings/apr_cstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/apr_cstr.c')
-rw-r--r--strings/apr_cstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/apr_cstr.c b/strings/apr_cstr.c
index e65077a6e..2abd325c2 100644
--- a/strings/apr_cstr.c
+++ b/strings/apr_cstr.c
@@ -238,7 +238,7 @@ static const unsigned char ucharmap[256] = {
* conformance, arbitrary election of an ISO-8859-1 ordering, and
* very arbitrary control code assignments into C1 to achieve
* identity and a reversible mapping of code points),
- * then folding the equivalences of ASCII 41-5A into 61-7A,
+ * then folding the equivalences of ASCII 41-5A into 61-7A,
* presenting comparison results in a somewhat ISO/IEC 10646
* (ASCII-like) order, depending on the EBCDIC code page in use.
*