ruby-changes:38951
From: kazu <ko1@a...>
Date: Fri, 26 Jun 2015 00:17:24 +0900 (JST)
Subject: [ruby-changes:38951] kazu:r51032 (trunk): fix a typo [ci skip]
kazu 2015-06-26 00:17:05 +0900 (Fri, 26 Jun 2015) New Revision: 51032 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51032 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 51031) +++ ChangeLog (revision 51032) @@ -33,7 +33,7 @@ Thu Jun 25 17:32:33 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L33 * vm_method.c (method_definition_reset): remove duplicated insertion. - * vm_method.c (rb_method_entry_clone): assgine dst->def here, + * vm_method.c (rb_method_entry_clone): assign dst->def here, not in method_definition_reset(). Thu Jun 25 16:44:54 2015 Koichi Sasada <ko1@a...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/