From 5ee21896224e3a9835a9695037a94ccf1c35a217 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 15 May 2009 13:28:56 -0400 Subject: [PATCH] [HB] Fix typo --- src/hb-ot-layout-open-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-open-private.h b/src/hb-ot-layout-open-private.h index 98cbdd2..44655e5 100644 --- a/src/hb-ot-layout-open-private.h +++ b/src/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 */ }; -- 2.7.4