[HB] Fix typo
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 @@
 
   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 */
 };