Fix comment
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 10 May 2010 23:58:25 +0000 (19:58 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 10 May 2010 23:58:25 +0000 (19:58 -0400)
src/hb-open-type-private.hh

index 8c3e8a4..3f05bf7 100644 (file)
@@ -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 <typename Type>
 static inline const Type& Null () {
   ASSERT_STATIC (Type::min_size <= sizeof (_NullPool));