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

ruby-changes:35471

From: kazu <ko1@a...>
Date: Fri, 12 Sep 2014 21:16:29 +0900 (JST)
Subject: [ruby-changes:35471] kazu:r47553 (trunk): fix typos and indent [ci skip]

kazu	2014-09-12 21:16:14 +0900 (Fri, 12 Sep 2014)

  New Revision: 47553

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

  Log:
    fix typos and indent [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47552)
+++ ChangeLog	(revision 47553)
@@ -43,7 +43,7 @@ Thu Sep 11 19:50:57 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L43
 	  make and register special exceptions.
 
 	* vm.c (rb_vm_mark): do not need to mark special exceptions
-	  because they are registerd by rb_gc_register_mark_object().
+	  because they are registered by rb_gc_register_mark_object().
 
 	* eval.c (Init_eval): use rb_vm_register_special_exception().
 
@@ -138,7 +138,7 @@ Thu Sep 11 17:25:31 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L138
 	  - (12) GC_STOP_SWEEP
 	  (13) GC_EXIT
 
-	  Thease internal events enable to measure GC pause time completely.
+	  These internal events enable to measure GC pause time completely.
 
 Thu Sep 11 17:04:54 2014  Eric Wong  <e@8...>
 
@@ -157,7 +157,7 @@ Thu Sep 11 14:31:57 2014  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L157
 	  OBJ_TAINTABLE(obj).
 
 	* object.c (rb_obj_freeze): remove immediate_frozen_tbl
-	   because all of immediate values are frozen. YAY!
+	  because all of immediate values are frozen. YAY!
 
 	* object.c (rb_obj_frozen_p): ditto.
 

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

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