Skip to content

Commit 92b18d6

Browse files
committed
gc.c: fix re-using to reusing
1 parent f4de205 commit 92b18d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
8989
== Generational Mode
9090
91-
mruby's GC offers an Generational Mode while re-using the tri-color GC
91+
mruby's GC offers an Generational Mode while reusing the tri-color GC
9292
infrastructure. It will treat the Black objects as Old objects after each
9393
sweep phase, instead of painting them White. The key ideas are still the same
9494
as traditional generational GC:

0 commit comments

Comments
 (0)