core: Fix a typo in comment.

* src/gc.c (gc_init): Fix typo.
This commit is contained in:
Andrius Štikonas 2023-04-30 20:35:54 +01:00 committed by Janneke Nieuwenhuizen
parent 762200b65a
commit ad18345687
1 changed files with 1 additions and 1 deletions

View File

@ -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;