fix typos [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-06-02 12:28:38 +00:00
parent 57b817f4c5
commit c218e81435

View File

@ -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]. * 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. stack.
* vm_core.h, gc.c, vm_method.c: remove unlinked_method... codes * vm_core.h, gc.c, vm_method.c: remove unlinked_method... codes
because method entries are simple VALUEs. because method entries are simple VALUEs.
* method.h: Now, all method entries has own independent method * method.h: Now, all method entries has own independent method
definititons. Strictly speaking, this change is not essential, definitions. Strictly speaking, this change is not essential,
but for future changes. but for future changes.
* rb_method_entry_t::flag is move to rb_method_definition_t::flag. * rb_method_entry_t::flag is move to rb_method_definition_t::flag.