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 @@
   private: uint8_t v[4];
 };
 
+/* Integer types in big-endian order and no alignment requirement */
 template <typename Type>
 struct IntType
 {