diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-07-16 20:15:45 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2014-07-16 20:15:45 -0400 |
commit | a4d643755a531c82ab91e1e43d6bb0b7bd46453a (patch) | |
tree | a786af2984b7222ef187cb9f9a8e6a87119282c3 | |
parent | a18897f87ce2c6048c3a0339074924b2232e2b95 (diff) |
Minor
-rw-r--r-- | src/hb-utf-private.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-utf-private.hh b/src/hb-utf-private.hh index 68216c45..0b798a05 100644 --- a/src/hb-utf-private.hh +++ b/src/hb-utf-private.hh @@ -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++; |