From 0ee4fec98831a515a3e0765445905f79d7873d38 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 7 Feb 2023 13:39:34 -0500 Subject: [PATCH] Fix typo in gc.h [ci skip] --- internal/gc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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