Fix comment

This commit is contained in:
Behdad Esfahbod 2010-05-10 19:58:25 -04:00
parent b435ab7e29
commit d2c2ca8faf
1 changed files with 1 additions and 1 deletions

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