From: Behdad Esfahbod Date: Fri, 15 May 2009 17:28:56 +0000 (-0400) Subject: [HB] Fix typo X-Git-Tag: submit/master/20120920.151126~7^2~1259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ee21896224e3a9835a9695037a94ccf1c35a217;p=framework%2Fuifw%2Fharfbuzz.git [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 @@ 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 */ };