1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: oops, typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2010-12-03 03:58:54 +00:00
parent eb702efcfa
commit e18e1314a9

View file

@ -7,7 +7,7 @@ Fri Dec 3 12:41:52 2010 URABE Shyouhei <shyouhei@ruby-lang.org>
* gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it is
possible for an object to survive until its surrounding object
space is about to be freed. Those objects, if any, remains not
space is about to be freed. Those objects, if any, remains
leaked for the rest of a process life. This is problematic
because for instance a T_DATA object may have its own destructor
to terminate something.