fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-06-25 16:31:42 +00:00
parent b0993c733f
commit 46979cdb96

View File

@ -3,7 +3,7 @@ Wed Jun 26 01:18:13 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (is_before_sweep): Add new helper function that check the object * gc.c (is_before_sweep): Add new helper function that check the object
is before sweep? is before sweep?
* gc.c (rb_gc_force_recycle): Have to clear mark bit if object's slot * gc.c (rb_gc_force_recycle): Have to clear mark bit if object's slot
already ready to mainor sweep. already ready to minor sweep.
Wed Jun 26 01:17:29 2013 Tanaka Akira <akr@fsij.org> Wed Jun 26 01:17:29 2013 Tanaka Akira <akr@fsij.org>