aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-26 10:39:50 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-26 10:39:50 +0000
commitdb68e008143e9644c9ec28bcd33fbf2ab998169f (patch)
tree7fcdfeabb7f63bc82e8f9282df95605d1e608ae2 /ChangeLog
parentf142cfb878249a44f02d2b37773dc29b65d96439 (diff)
downloadruby-db68e008143e9644c9ec28bcd33fbf2ab998169f.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 95dc877616..a6605c2d15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,7 @@ Tue Jan 26 14:26:46 2016 Eric Wong <e@80x24.org>
Tue Jan 26 13:08:34 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* signal.c (rb_f_kill): should immediately deliver reserved
- signals SIGILL and SIGFPE, ont only SIGSEGV and SIGBUS.
+ signals SIGILL and SIGFPE, not only SIGSEGV and SIGBUS.
Tue Jan 26 07:57:28 2016 Joseph Tibbertsma <josephtibbertsma@gmail.com>