[pango/harfbuzz-ng] [HB] Fix typo



commit 6ec3231cbe0014e43bdccb0588260595b6fb463f
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri May 15 13:28:56 2009 -0400

    [HB] Fix typo
---
 pango/opentype/hb-ot-layout-open-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pango/opentype/hb-ot-layout-open-private.h b/pango/opentype/hb-ot-layout-open-private.h
index 98cbdd2..44655e5 100644
--- a/pango/opentype/hb-ot-layout-open-private.h
+++ b/pango/opentype/hb-ot-layout-open-private.h
@@ -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 */
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]