aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-17 05:41:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-17 05:41:02 +0000
commit0288c4bed1f1259a6d7ec321424cecd217ac01da (patch)
tree4bc8028e3c0e5f2cb90fb420f2dd45af38502ddd /ChangeLog
parent354907d0f6a4344fdd626c4a267f23ee33e86e6e (diff)
downloadruby-0288c4bed1f1259a6d7ec321424cecd217ac01da.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <knu@iDaemons.org>
Mon Jun 17 11:50:29 2013 Koichi Sasada <ko1@atdot.net>
* 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.