Improve comment
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh
index 2c675f5..a334a48 100644
--- a/src/hb-open-type-private.hh
+++ b/src/hb-open-type-private.hh
@@ -49,7 +49,7 @@
 
 
 /* StructAfter<T>(X) returns the struct T& that is placed after X.
- * Works with X of variable size also. */
+ * Works with X of variable size also.  X must implement get_size() */
 template<typename Type, typename TObject>
 inline const Type& StructAfter(const TObject &X)
 {