Fix typo in gc.h [ci skip]

This commit is contained in:
Peter Zhu 2023-02-07 13:39:34 -05:00
parent 2c7fe9c0a6
commit 0ee4fec988

View File

@ -74,7 +74,7 @@ struct rb_objspace; /* in vm_core.h */
#endif
// We use SIZE_POOL_COUNT number of shape IDs for transitions out of different size pools
// The next available shapd ID will be the SPECIAL_CONST_SHAPE_ID
// The next available shape ID will be the SPECIAL_CONST_SHAPE_ID
#if USE_RVARGC && (SIZEOF_UINT64_T == SIZEOF_VALUE)
# define SIZE_POOL_COUNT 5
#else