utf8.c: Typo in comment, and clarification
authorKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 04:37:52 +0000 (21:37 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 20:49:23 +0000 (13:49 -0700)
utf8.c

diff --git a/utf8.c b/utf8.c
index 3773cea..3b4aa8f 100644 (file)
--- 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