Add comment
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 03:11:45 +0000 (23:11 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 03:11:45 +0000 (23:11 -0400)
src/hb-open-type-private.hh

index a334a48..4fea4d4 100644 (file)
@@ -371,6 +371,7 @@ class BEInt<Type, 4>
   private: uint8_t v[4];
 };
 
+/* Integer types in big-endian order and no alignment requirement */
 template <typename Type>
 struct IntType
 {