From: Behdad Esfahbod Date: Thu, 22 Apr 2010 03:11:45 +0000 (-0400) Subject: Add comment X-Git-Tag: submit/master/20120920.151126~7^2~837 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2467c669c2aee4de2a6621a9d06cba0262376d41;p=framework%2Fuifw%2Fharfbuzz.git Add comment --- diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index a334a48..4fea4d4 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -371,6 +371,7 @@ class BEInt private: uint8_t v[4]; }; +/* Integer types in big-endian order and no alignment requirement */ template struct IntType {