ruby-changes:37792
From: kazu <ko1@a...>
Date: Fri, 6 Mar 2015 21:13:36 +0900 (JST)
Subject: [ruby-changes:37792] kazu:r49873 (trunk): fix typos [ci skip]
kazu 2015-03-06 21:13:29 +0900 (Fri, 06 Mar 2015) New Revision: 49873 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49873 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 49872) +++ ChangeLog (revision 49873) @@ -53,8 +53,8 @@ Fri Mar 6 07:00:44 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L53 any more. Note that one `Module#prepend` call creates two T_ICLASS objects. - One for refering to a prepending Module object, same as - `Module#include`. We don't nedd to care this T_ICLASS. + One for referring to a prepending Module object, same as + `Module#include`. We don't need to care this T_ICLASS. One for moving original mtbl from a prepending class. We need to mark such mtbl from this T_ICLASS object. To mark the mtbl, we need to use `RCLASS_ORIGIN(klass)` on marking from a prepended -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/