[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Jul 16 17:15:50 PDT 2014


 src/hb-utf-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Jul 16 20:15:45 2014 -0400

    Minor

diff --git a/src/hb-utf-private.hh b/src/hb-utf-private.hh
index 68216c4..0b798a0 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++;
 


More information about the HarfBuzz mailing list