Siz -> Six in comment
This commit is contained in:
Adam Niederer 2015-12-10 17:59:58 -05:00
parent 495ac4e546
commit 214ad63925
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ parse (char *text)
ucs = 0xfffd; ucs = 0xfffd;
p += 5; p += 5;
} }
// Siz byte utf8 sequence // Six byte utf8 sequence
else if ((utf[0] & 0xfe) == 0xfc) { else if ((utf[0] & 0xfe) == 0xfc) {
ucs = 0xfffd; ucs = 0xfffd;
p += 6; p += 6;