From 736a72cdc9447d92081ca623d9b44c4a0661a1f2 Mon Sep 17 00:00:00 2001 From: HASUMI Hitoshi Date: Thu, 19 Mar 2026 09:50:15 +0900 Subject: [PATCH] [skip ci] Update include/mrbconf.h Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- include/mrbconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mrbconf.h b/include/mrbconf.h index 3e43efe77..34797f6f9 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -138,7 +138,7 @@ /* turn off generational GC by default */ //#define MRB_GC_TURN_OFF_GENERATIONAL -/* default size of khash table bucket */ +/* initial size of khash table bucket */ //#define KHASH_INITIAL_SIZE 32 /* allocated memory address alignment */