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

ruby-changes:40052

From: kazu <ko1@a...>
Date: Thu, 15 Oct 2015 23:37:17 +0900 (JST)
Subject: [ruby-changes:40052] kazu:r52133 (trunk): fix typos [ci skip]

kazu	2015-10-15 23:37:02 +0900 (Thu, 15 Oct 2015)

  New Revision: 52133

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
    trunk/test/objspace/test_objspace.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52132)
+++ ChangeLog	(revision 52133)
@@ -7,7 +7,7 @@ Thu Oct 15 01:57:03 2015  CHIKANAGA Tomo https://github.com/ruby/ruby/blob/trunk/ChangeLog#L7
 
 	* test/objspace/test_objspace.rb
 	  (test_trace_object_allocations_start_stop_clear): clear object
-	  allocation table first to get rid of erronous detection for obj3.
+	  allocation table first to get rid of erroneous detection for obj3.
 	  [ruby-dev:49095] [Bug #11271]
 
 Thu Oct 15 01:53:38 2015  Benoit Daloze  <eregontp@g...>
@@ -84,7 +84,7 @@ Sun Oct 11 05:29:51 2015  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L84
 	  functions.
 
 	* vm_insnhelper.c (vm_yield_callee_setup_arg): remove this function
-	  beacuse it is only delegation function.
+	  because it is only delegation function.
 
 Sun Oct 11 03:48:46 2015  Koichi Sasada  <ko1@a...>
 
@@ -203,7 +203,7 @@ Wed Oct  7 20:43:14 2015  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L203
 	* string.c (rb_str_resurrect): fix resurrection of short enough to
 	  be embedded but not embedded string.
 
-Wed Oct 07 20:17:29 2015  Koichi Sasada  <ko1@a...>
+Wed Oct  7 20:17:29 2015  Koichi Sasada  <ko1@a...>
 
 	* gc.c (newobj_of): divide fast path and slow path
 	  to avoid register savings for fast path.
Index: test/objspace/test_objspace.rb
===================================================================
--- test/objspace/test_objspace.rb	(revision 52132)
+++ test/objspace/test_objspace.rb	(revision 52133)
@@ -177,7 +177,7 @@ class TestObjSpace < Test::Unit::TestCas https://github.com/ruby/ruby/blob/trunk/test/objspace/test_objspace.rb#L177
   end
 
   def test_trace_object_allocations_start_stop_clear
-    ObjectSpace.trace_object_allocations_clear # clear object_table to get rid of erronous detection for obj3
+    ObjectSpace.trace_object_allocations_clear # clear object_table to get rid of erroneous detection for obj3
     GC.disable # suppress potential object reuse. see [Bug #11271]
     begin
       ObjectSpace.trace_object_allocations_start

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

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