summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-02-07 13:39:34 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-02-07 13:39:34 -0500
commit0ee4fec98831a515a3e0765445905f79d7873d38 (patch)
tree63ae8986acdaa545469e8300aeeebcd7f26b88c4 /internal
parent2c7fe9c0a6a2cea1243dcb30e684bf8c016f1192 (diff)
downloadruby-0ee4fec98831a515a3e0765445905f79d7873d38.tar.gz
Fix typo in gc.h [ci skip]
Diffstat (limited to 'internal')
-rw-r--r--internal/gc.h2
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