From e458cf52336bab8ef00713ab309c22895935b7ab Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 21 Mar 2015 07:41:13 +0000 Subject: fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d13ca87a74..db079e39f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -119,7 +119,7 @@ Thu Mar 19 03:37:52 2015 Koichi Sasada remembered_bit should be TRUE only for old (age == 3) objects. Actually there are no effect because demoted objects will be - uncollectible WB unprotected objects (marked at the begginig of + uncollectible WB unprotected objects (marked at the beginning of every minor GC). Thu Mar 19 02:52:48 2015 Koichi Sasada @@ -127,7 +127,7 @@ Thu Mar 19 02:52:48 2015 Koichi Sasada * gc.c: rename terminologies. * long_lived -> uncollectible: because this bitmap does not mean "long lived objects in past", - but means "prohibit collection thse objects until next major GC". + but means "prohibit collection these objects until next major GC". Uncollectible objects consist of two types objects, one is old objects (WB protected objects which age == 3) and another is -- cgit v1.2.3