core: Fix a typo in comment.
* src/gc.c (gc_init): Fix typo.
This commit is contained in:
parent
762200b65a
commit
ad18345687
2
src/gc.c
2
src/gc.c
|
@ -92,7 +92,7 @@ gc_init ()
|
||||||
g_cells = cast_charp_to_scmp (g_arena);
|
g_cells = cast_charp_to_scmp (g_arena);
|
||||||
g_stack_array = cast_charp_to_scmpp (g_arena + arena_bytes);
|
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_arena = g_cells;
|
||||||
|
|
||||||
cell_zero = cell_arena + M2_CELL_SIZE;
|
cell_zero = cell_arena + M2_CELL_SIZE;
|
||||||
|
|
Loading…
Reference in a new issue