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

index 2c675f5..a334a48 100644 (file)
@@ -49,7 +49,7 @@ template <typename Type> inline char * DeConstCharP (const Type X) { return (cha
 
 
 /* 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)
 {