From 2467c669c2aee4de2a6621a9d06cba0262376d41 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 21 Apr 2010 23:11:45 -0400 Subject: [PATCH] Add comment --- src/hb-open-type-private.hh | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.7.4