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

ruby-changes:26155

From: kazu <ko1@a...>
Date: Wed, 5 Dec 2012 22:35:16 +0900 (JST)
Subject: [ruby-changes:26155] kazu:r38212 (trunk): fix typos and remove trailing spaces

kazu	2012-12-05 22:35:05 +0900 (Wed, 05 Dec 2012)

  New Revision: 38212

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

  Log:
    fix typos and remove trailing spaces

  Modified files:
    trunk/ChangeLog
    trunk/test/ruby/test_thread.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38211)
+++ ChangeLog	(revision 38212)
@@ -9,7 +9,7 @@
 Wed Dec  5 18:53:00 2012  Masaya Tarui  <tarui@r...>
 
 	* thread.c (rb_thread_s_async_interrupt_timing): have to check ints
-	  before jumpping out.
+	  before jumping out.
 	* test/ruby/test_thread.rb (test_async_interrupt_with_return): add test
 	  rescue has to catch a queued async exception at the time of return.
 	* test/ruby/test_thread.rb (test_async_interrupt_with_break): add test
@@ -29,7 +29,7 @@
 
 	* ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):
 	  ABI should be set by using CFunc#calltype even when Fiddle is used.
-	  When Fiddle is used and a block is given, name shoud not be ignored.
+	  When Fiddle is used and a block is given, name should not be ignored.
 	  [ruby-core:50562] [Bug #7514]
 
 	* ext/dl/lib/dl/import.rb (DL::Importer#bind_function): should respect
Index: test/ruby/test_thread.rb
===================================================================
--- test/ruby/test_thread.rb	(revision 38211)
+++ test/ruby/test_thread.rb	(revision 38212)
@@ -591,7 +591,7 @@
       dummy_for_check_ints=nil
     end
   end
-  
+
   def test_async_interrupt_blocking
     r=:ng
     e=Class.new(Exception)

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

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