aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-22 15:16:15 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-22 15:16:15 +0000
commitbef7ff00b4b822ad99aa5e84c7cf1aeebd9d5ac3 (patch)
tree624cc0216bac975675001f15862d79b1e992231e /ChangeLog
parent61d807ccfae5500d1471f1074a6671ac9f191c88 (diff)
downloadruby-bef7ff00b4b822ad99aa5e84c7cf1aeebd9d5ac3.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a288ec0ebd..2eef42267f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@ Wed Jul 22 20:17:51 2015 Koichi Sasada <ko1@atdot.net>
* vm_core.h: modify layout of rb_iseq_constant_body.
- Move frequent accesssing fields to upper part.
+ Move frequent accessing fields to upper part.
Wed Jul 22 19:57:47 2015 Koichi Sasada <ko1@atdot.net>
@@ -36,7 +36,7 @@ Wed Jul 22 17:50:35 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
Wed Jul 22 15:48:47 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* test/ruby/test_range.rb: Add test case for Range#end with
- exclude_end true case. [fix GH-968] Pach by @yui-knk
+ exclude_end true case. [fix GH-968] Patch by @yui-knk
Wed Jul 22 09:45:31 2015 Maksim Sitnikov <sitnikovme@undev.ru>
@@ -75,7 +75,7 @@ Wed Jul 22 07:24:18 2015 Koichi Sasada <ko1@atdot.net>
* internal.h: add imemo_type::imemo_iseq.
- * iseq.c: define RubyVM::InstructionSequnce as T_OBJECT.
+ * iseq.c: define RubyVM::InstructionSequence as T_OBJECT.
Methods are implemented by functions named iseqw_....
* load.c (rb_load_internal0): rb_iseq_new_top() returns