Issue #23181: More "codepoint" -> "code point".

This commit is contained in:
Serhiy Storchaka 2015-01-18 11:28:37 +02:00
parent b2653b344e
commit d3faf43f9b
24 changed files with 46 additions and 46 deletions

View file

@ -171,7 +171,7 @@ DECODER(big5hkscs)
default: return 1;
}
NEXT_IN(2); /* all decoded codepoints are pairs, above. */
NEXT_IN(2); /* all decoded code points are pairs, above. */
}
return 0;