* ChangeLog: typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-02-12 20:02:03 +00:00
parent ae6ba9f084
commit 31734b907a

View File

@ -60,7 +60,7 @@ Thu Feb 12 15:28:04 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
Wed Feb 11 18:09:41 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* gc.c (define_final, undefine_final): shouldn't add/remove finalizer
of forzen objects.
of frozen objects.
* gc.c (undefine_final): should remove FL_FINALIZE flag.
[ruby-dev:37964] (also see [ruby-dev:37959])