[HB] Fix typo
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 15 May 2009 17:28:56 +0000 (13:28 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:08 +0000 (14:40 -0500)
src/hb-ot-layout-open-private.h

index 98cbdd2..44655e5 100644 (file)
@@ -850,7 +850,7 @@ struct ClassDefFormat2 {
 
   private:
   USHORT               classFormat;    /* Format identifier--format = 2 */
-  USHORT               rangeCount;     /* Number of Number of ClassRangeRecords */
+  USHORT               rangeCount;     /* Number of ClassRangeRecords */
   ClassRangeRecord     rangeRecord[];  /* Array of glyph ranges--ordered by
                                         * Start GlyphID */
 };