diff options
author | Peter Zhu <[email protected]> | 2023-02-07 13:39:34 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-02-07 13:39:34 -0500 |
commit | 0ee4fec98831a515a3e0765445905f79d7873d38 (patch) | |
tree | 63ae8986acdaa545469e8300aeeebcd7f26b88c4 /internal/gc.h | |
parent | 2c7fe9c0a6a2cea1243dcb30e684bf8c016f1192 (diff) |
Fix typo in gc.h [ci skip]
Diffstat (limited to 'internal/gc.h')
-rw-r--r-- | internal/gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gc.h b/internal/gc.h index 0e17a0f001..f380086b44 100644 --- a/internal/gc.h +++ b/internal/gc.h @@ -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 |