File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1816,7 +1816,7 @@ id2ref_tbl_mark(void *data)
18161816 // It's very unlikely, but if enough object ids were generated, keys may be T_BIGNUM
18171817 rb_mark_set (table );
18181818 }
1819- // We purposedly don't mark values, as they are weak references.
1819+ // We purposely don't mark values, as they are weak references.
18201820 // rb_gc_obj_free_vm_weak_references takes care of cleaning them up.
18211821}
18221822
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ module GC
3737 # interleaved with program execution both before the method returns and afterward;
3838 # therefore sweeping may not be completed before the return.
3939 #
40- # Note that these keword arguments are implementation- and version-dependent,
40+ # Note that these keyword arguments are implementation- and version-dependent,
4141 # are not guaranteed to be future-compatible,
4242 # and may be ignored in some implementations.
4343 def self . start full_mark : true , immediate_mark : true , immediate_sweep : true
You can’t perform that action at this time.
0 commit comments