ruby-changes:29297
From: kazu <ko1@a...>
Date: Mon, 17 Jun 2013 14:41:12 +0900 (JST)
Subject: [ruby-changes:29297] kazu:r41349 (trunk): fix a typo
kazu 2013-06-17 14:41:02 +0900 (Mon, 17 Jun 2013) New Revision: 41349 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41349 Log: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 41348) +++ ChangeLog (revision 41349) @@ -10,7 +10,7 @@ Mon Jun 17 13:04:01 2013 Akinori MUSHA https://github.com/ruby/ruby/blob/trunk/ChangeLog#L10 Mon Jun 17 11:50:29 2013 Koichi Sasada <ko1@a...> * gc.c (gc_mark_maybe): added. check `is_pointer_to_heap()' and - type is not T_ZOMBE. + type is not T_ZOMBIE. * gc.c: use `gc_mark_maybe()'. T_ZOMBIE objects should not be pushed to the mark stack. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/