aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 13:35:05 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 13:35:05 +0000
commit1bddcc72f6e6f7cd5708d9ae34aa3b4a6bbde6c1 (patch)
tree177f7f0afaf23e76dc341cc588a22369051cc161
parent9920da55936adc025fb65bc00d2973cf0d952d87 (diff)
downloadruby-1bddcc72f6e6f7cd5708d9ae34aa3b4a6bbde6c1.tar.gz
fix typos and remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--test/ruby/test_thread.rb2
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 <ngotogenome@gmail.com>
Wed Dec 5 18:53:00 2012 Masaya Tarui <tarui@ruby-lang.org>
* 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 <ngotogenome@gmail.com>
* 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)