summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-24 14:35:33 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-24 14:35:33 +0000
commitf4409a0d60c9cc416a92397c6b956616d91b7f9a (patch)
treea66191414876a4d9be9a1a04dbb7bd4efa6beb92 /ChangeLog
parent3fa061cd57021964a8536c34719729c7161fe38b (diff)
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51928 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 f18fc6808e..816c3f0fc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,7 +55,7 @@ Sun Sep 20 02:46:34 2015 Koichi Sasada <ko1@atdot.net>
After this patch, above three structs are passed.
This patch improves:
- * data locarity (rb_call_info is now read-only data).
+ * data locality (rb_call_info is now read-only data).
* reduce memory consumption (rb_call_info_with_kwarg,
rb_calling_info).
@@ -74,7 +74,7 @@ Sun Sep 20 02:46:34 2015 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.h: ditto.
* iseq.h: add iseq_compile_data::ci_index and
- iseq_compile_data::ci_kw_indx.
+ iseq_compile_data::ci_kw_index.
* tool/instruction.rb: introduce TS_CALLCACHE operand type.