From 1bddcc72f6e6f7cd5708d9ae34aa3b4a6bbde6c1 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 5 Dec 2012 13:35:05 +0000 Subject: [PATCH] fix typos and remove trailing spaces git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- test/ruby/test_thread.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 98de239920..277d9e5b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ Wed Dec 5 22:13:57 2012 Naohisa Goto Wed Dec 5 18:53:00 2012 Masaya Tarui * 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 @@ Wed Dec 5 12:17:11 2012 Naohisa Goto * 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 diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index 454229ae85..6626ce2409 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -591,7 +591,7 @@ class TestThread < Test::Unit::TestCase dummy_for_check_ints=nil end end - + def test_async_interrupt_blocking r=:ng e=Class.new(Exception)