diff --git a/src/gc.c b/src/gc.c index 8439536d..ba70cfd6 100644 --- a/src/gc.c +++ b/src/gc.c @@ -92,7 +92,7 @@ gc_init () g_cells = cast_charp_to_scmp (g_arena); g_stack_array = cast_charp_to_scmpp (g_arena + arena_bytes); - /* The vector that holds the arenea. */ + /* The vector that holds the arena. */ cell_arena = g_cells; cell_zero = cell_arena + M2_CELL_SIZE;