[前][次][番号順一覧][スレッド一覧]

ruby-changes:37961

From: kazu <ko1@a...>
Date: Sat, 21 Mar 2015 16:41:22 +0900 (JST)
Subject: [ruby-changes:37961] kazu:r50042 (trunk): fix a typo [ci skip]

kazu	2015-03-21 16:41:13 +0900 (Sat, 21 Mar 2015)

  New Revision: 50042

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50042

  Log:
    fix a typo [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50041)
+++ ChangeLog	(revision 50042)
@@ -119,7 +119,7 @@ Thu Mar 19 03:37:52 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L119
 	  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  <ko1@a...>
@@ -127,7 +127,7 @@ Thu Mar 19 02:52:48 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L127
 	* 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]