aboutsummaryrefslogtreecommitdiffstats
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
commit8b8c1862bcd69888ee6604e0b5a5d71ee6a7e3b5 (patch)
treee09bc3f114ad8d2b6c14ff42905c5aa29ad6f5ee
parentc8d9ef864dd722c7713e356c676e296059cc787a (diff)
downloadruby-8b8c1862bcd69888ee6604e0b5a5d71ee6a7e3b5.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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>