This commit is contained in:
Behdad Esfahbod 2014-07-16 20:15:45 -04:00
parent a18897f87c
commit a4d643755a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ struct hb_utf_t<uint8_t, true>
{
/* Written to only accept well-formed sequences.
* Based on ideas from ICU's U8_NEXT.
* Generates a -1 for each ill-formed byte. */
* Generates one "replacement" for each ill-formed byte. */
hb_codepoint_t c = *text++;