fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-06-06 03:00:02 +00:00
parent 37fe2987c4
commit 907e3885e5

View File

@ -9,7 +9,7 @@ Thu Jun 6 09:41:00 2013 Kenta Murata <mrkn@cookpad.com>
Thu Jun 6 00:59:44 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (gc_mark): get rid of pushing useless objests.
* gc.c (gc_mark): get rid of pushing useless objects.
* gc.c (rgengc_rememberset_mark): bypass gc_mark() in order to push
sunny old object at minor gc.
* gc.c (gc_mark_children): move sunny old check to gc_mark().