ruby-changes:38648
From: kazu <ko1@a...>
Date: Tue, 2 Jun 2015 21:29:04 +0900 (JST)
Subject: [ruby-changes:38648] kazu:r50729 (trunk): fix typos [ci skip]
kazu 2015-06-02 21:28:38 +0900 (Tue, 02 Jun 2015) New Revision: 50729 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50729 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 50728) +++ ChangeLog (revision 50729) @@ -11,14 +11,14 @@ Tue Jun 2 12:43:46 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L11 * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/