summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-02 12:28:38 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-02 12:28:38 +0000
commitc218e81435d9a8b1242a6bb2837429ebe7defc8d (patch)
tree2f384b8b431719abf8e3b99de28f5086c9ab0395 /ChangeLog
parent57b817f4c550e54ff57642b50723cc7c92bdd2fe (diff)
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50729 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 4591252b13..8d87d1a0ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,14 +11,14 @@ Tue Jun 2 12:43:46 2015 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_method.rb: add a test for [Bug #11046].
- * vm_core.h: remvoe rb_control_frame_t::me. me is located at value
+ * vm_core.h: remove rb_control_frame_t::me. me is located at value
stack.
* vm_core.h, gc.c, vm_method.c: remove unlinked_method... codes
because method entries are simple VALUEs.
- * method.h: Now, all method entries has own independent method
- definititons. Strictly speaking, this change is not essential,
+ * method.h: Now, all method entries has own independent method
+ definitions. Strictly speaking, this change is not essential,
but for future changes.
* rb_method_entry_t::flag is move to rb_method_definition_t::flag.