Improve comment

This commit is contained in:
Behdad Esfahbod 2010-04-21 23:01:00 -04:00
parent 01c01618e9
commit 29c3f5e1b6
1 changed files with 1 additions and 1 deletions

View 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)
{