From 0288c4bed1f1259a6d7ec321424cecd217ac01da Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 17 Jun 2013 05:41:02 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index db045578b7..f6a27a2137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ Mon Jun 17 13:04:01 2013 Akinori MUSHA Mon Jun 17 11:50:29 2013 Koichi Sasada * 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.