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

ruby-changes:37927

From: kazu <ko1@a...>
Date: Wed, 18 Mar 2015 19:04:57 +0900 (JST)
Subject: [ruby-changes:37927] kazu:r50008 (trunk): fix typos [ci skip]

kazu	2015-03-18 19:04:34 +0900 (Wed, 18 Mar 2015)

  New Revision: 50008

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50007)
+++ ChangeLog	(revision 50008)
@@ -4,7 +4,7 @@ Wed Mar 18 17:21:12 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L4
 	  barrier (WB) implementation.
 	  When finding reference from [Old obj] to [New obj] by WB, current
 	  implementation marks [Old obj] as remembered old objects and marks
-	  chilldren of [Old obj] at the beggining of marking.
+	  children of [Old obj] at the beginning of marking.
 
 	  Added (but disabled) code changes current behaviour. This fix promote
 	  [New obj] to old and marks as a remembered old object. We can assume
@@ -86,7 +86,7 @@ Tue Mar 17 18:51:43 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L86
 	  Before this change bm_vm1_gc_wb_ary.rb tried to check the performance
 	  for WB slowpath (making a reference from oldobj to newobj). However,
 	  from Ruby 2.2, 3 GCs are needed to promote new objects because
-	  only 3 age objects are promted objects.
+	  only 3 age objects are promoted objects.
 
 	  To compare fastpath and slowpath, introduce new "promoted" version
 	  benchmark.
@@ -94,7 +94,7 @@ Tue Mar 17 18:51:43 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L94
 	  bm_vm1_gc_wb_ary.rb is for fastpath and
 	  bm_vm1_gc_wb_ary_promoted.rb is for slowpath.
 
-	* benchmark/bm_vm1_gc_wb_obj(_promtoed).rb: ditto.
+	* benchmark/bm_vm1_gc_wb_obj(_promoted).rb: ditto.
 
 Tue Mar 17 17:23:11 2015  Nobuyoshi Nakada  <nobu@r...>
 

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

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