aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 13:41:38 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 13:41:38 +0000
commit8cf44fa86ebdbf5c6b6b062c92fb1529a823d0b1 (patch)
treee09bc3f114ad8d2b6c14ff42905c5aa29ad6f5ee /ChangeLog
parent2179d05c1580d9d8114fa98c73db470a7a9b2da7 (diff)
downloadruby-8cf44fa86ebdbf5c6b6b062c92fb1529a823d0b1.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 221d427d0d..93785756d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Sun Apr 24 18:33:58 2016 Kazuki Tsujimoto <kazuki@callcc.net>
- * vm_insnhelper.c (INLINE): disbale r54738 if __NO_INLINE__ is defined.
+ * vm_insnhelper.c (INLINE): disable r54738 if __NO_INLINE__ is defined.
It caused "undefined reference to `vm_getivar'".
Sun Apr 24 09:32:12 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
@@ -63,7 +63,7 @@ Sat Apr 23 18:01:21 2016 NARUSE, Yui <naruse@ruby-lang.org>
Sat Apr 23 16:11:39 2016 NARUSE, Yui <naruse@ruby-lang.org>
* include/ruby/ruby.h (rb_mul_size_overflow): use UNLIKELY
- by user side to improve generallity.
+ by user side to improve generality.
Sat Apr 23 16:10:02 2016 NARUSE, Yui <naruse@ruby-lang.org>