--- JSON-XS/XS.xs 2017/08/17 01:42:20 1.131 +++ JSON-XS/XS.xs 2017/09/05 13:07:09 1.132 @@ -182,7 +182,7 @@ return SvGROW (sv, len1); } -// decode an utf-8 character and return it, or (UV)-1 in +// decode a utf-8 character and return it, or (UV)-1 in // case of an error. // we special-case "safe" characters from U+80 .. U+7FF, // but use the very good perl function to parse anything else.