From 1a89bb6c2ba7b1d0b44a5a627009274b3cde11a1 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 31 Dec 2013 21:37:52 -0700 Subject: [PATCH] utf8.c: Typo in comment, and clarification --- utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8.c b/utf8.c index 3773cea..3b4aa8f 100644 --- a/utf8.c +++ b/utf8.c @@ -823,7 +823,7 @@ Perl_utf8n_to_uvchr(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) goto malformed; } - /* Here, the input is considered to be well-formed , but could be a + /* Here, the input is considered to be well-formed, but it still could be a * problematic code point that is not allowed by the input parameters. */ if (uv >= UNICODE_SURROGATE_FIRST /* isn't problematic if < this */ && (flags & (UTF8_DISALLOW_ILLEGAL_INTERCHANGE -- 2.7.4