Skip to content

Commit

Permalink
Fix typo in gc.h [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Feb 7, 2023
1 parent 2c7fe9c commit 0ee4fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gc.h
Expand Up @@ -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
Expand Down

0 comments on commit 0ee4fec

Please sign in to comment.