From d2c2ca8faf62fc380d4717d286556139a62d2356 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 May 2010 19:58:25 -0400 Subject: [PATCH] Fix 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 8c3e8a4..3f05bf7 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -119,7 +119,7 @@ inline Type& StructAfter(TObject &X) /* Global nul-content Null pool. Enlarge as necessary. */ static const void *_NullPool[32 / sizeof (void *)]; -/* Generic template for nul-content sizeof-sized Null objects. */ +/* Generic nul-content Null objects. */ template static inline const Type& Null () { ASSERT_STATIC (Type::min_size <= sizeof (_NullPool)); -- 2.7.4