[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Apr 15 12:54:41 PDT 2010


 src/hb-open-type-private.hh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9b39755d104603d1163738f77637cc1923d4055b
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Apr 15 14:00:25 2010 -0400

    Typo

diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh
index 169b04b..6dc3e30 100644
--- a/src/hb-open-type-private.hh
+++ b/src/hb-open-type-private.hh
@@ -398,8 +398,8 @@ struct Tag : ULONG
   inline bool sanitize (SANITIZE_ARG_DEF) {
     TRACE_SANITIZE ();
     /* Note: Only accept ASCII-visible tags (mind DEL)
-     * This is one of the few times (only time?) we check
-     * for data integrity, as opposed o just boundary checks
+     * This is one of the few places (only place?) that we check
+     * for data integrity, as opposed to just boundary checks.
      */
     return SANITIZE_SELF () && (((uint32_t) *this) & 0x80808080) == 0;
   }



More information about the HarfBuzz mailing list