From a4d643755a531c82ab91e1e43d6bb0b7bd46453a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 16 Jul 2014 20:15:45 -0400 Subject: [PATCH] Minor --- src/hb-utf-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-utf-private.hh b/src/hb-utf-private.hh index 68216c45e..0b798a05c 100644 --- a/src/hb-utf-private.hh +++ b/src/hb-utf-private.hh @@ -45,7 +45,7 @@ struct hb_utf_t { /* 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++;