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

ruby-changes:20307

From: nobu <ko1@a...>
Date: Fri, 1 Jul 2011 18:48:41 +0900 (JST)
Subject: [ruby-changes:20307] nobu:r32355 (trunk): * fix typos.

nobu	2011-07-01 18:48:34 +0900 (Fri, 01 Jul 2011)

  New Revision: 32355

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

  Log:
    * fix typos.

  Modified files:
    trunk/ChangeLog
    trunk/lib/matrix/eigenvalue_decomposition.rb
    trunk/lib/matrix/lup_decomposition.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32354)
+++ ChangeLog	(revision 32355)
@@ -22,12 +22,12 @@
 Fri Jul  1 11:07:43 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread.c (do_select): fix memory leak.
-	Patch by Eric Wong. Thank you! [Bug #4953] [ruby-core:37702]
+	  Patch by Eric Wong. Thank you! [Bug #4953] [ruby-core:37702]
 
 Fri Jul  1 08:21:28 2011  Koichi Sasada  <ko1@a...>
 
 	* vm_insnhelper.c (vm_getivar): check vm state version
-	  to invalidate inline chache (ivar index).
+	  to invalidate inline cache (ivar index).
 	  fixes Bug #4926.
 
 	* vm_insnhelper.c (vm_setivar): ditto.
@@ -42,7 +42,7 @@
 	* thread.c (rb_threadptr_check_signal): only wake up main thread.
 
 	* thread.c (rb_threadptr_execute_interrupts_common): check signal
-	  deliverly if it is main thread.
+	  delivery if it is main thread.
 	  fixes [ruby-dev:44005] [Ruby 1.9 - Bug #4950]
 
 	* bootstraptest/test_fork.rb: add a test for above.

Property changes on: lib/matrix/eigenvalue_decomposition.rb
___________________________________________________________________
Added: svn:eol-style
   + LF


Property changes on: lib/matrix/lup_decomposition.rb
___________________________________________________________________
Added: svn:eol-style
   + LF


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

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