fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tarui 2013-06-24 17:06:16 +00:00
parent 5ac5740733
commit b935dd3029

View File

@ -3,7 +3,7 @@ Tue Jun 25 00:55:54 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (typedef struct rb_objspace): Change members for monitor objects.
* gc.c (gc_marks_test): Check all WriteBarrier Errors and track them in obj-tree.
* gc.c (rgengc_check_shady): Ditto.
* gc.c (gc_marks): Move 2 funtion calls to gc_marks_test for test initialize.
* gc.c (gc_marks): Move 2 function calls to gc_marks_test for test initialize.
Mon Jun 24 23:30:31 2013 Tanaka Akira <akr@fsij.org>