From 29c3f5e1b6212c775a7b911becd44ba093b7b0eb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 21 Apr 2010 23:01:00 -0400 Subject: [PATCH] Improve comment --- src/hb-open-type-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ template inline char * DeConstCharP (const Type X) { return (cha /* StructAfter(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 inline const Type& StructAfter(const TObject &X) { -- 2.7.4