summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.