From c218e81435d9a8b1242a6bb2837429ebe7defc8d Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 2 Jun 2015 12:28:38 +0000 Subject: [PATCH] fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file 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 * 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.