commit | 29c3f5e1b6212c775a7b911becd44ba093b7b0eb | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Apr 21 23:01:00 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Apr 21 23:01:00 2010 -0400 |
tree | 3aa95a33028245072c5af37d72d871403e78e2e6 | |
parent | 01c01618e98283611628cd54d5ba4bf122f24cd9 [diff] |
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) {