ruby-changes:39972
From: hsbt <ko1@a...>
Date: Tue, 6 Oct 2015 13:48:37 +0900 (JST)
Subject: [ruby-changes:39972] hsbt:r52053 (trunk): * method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]
hsbt 2015-10-06 13:48:10 +0900 (Tue, 06 Oct 2015) New Revision: 52053 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52053 Log: * method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip] Modified files: trunk/ChangeLog trunk/method.h Index: method.h =================================================================== --- method.h (revision 52052) +++ method.h (revision 52053) @@ -125,7 +125,7 @@ typedef struct rb_iseq_struct rb_iseq_t; https://github.com/ruby/ruby/blob/trunk/method.h#L125 typedef struct rb_method_iseq_struct { const rb_iseq_t * const iseqptr; /* should be separated from iseqval */ - rb_cref_t * const cref; /* shoudl be marked */ + rb_cref_t * const cref; /* should be marked */ } rb_method_iseq_t; /* check rb_add_method_iseq() when modify the fields */ typedef struct rb_method_cfunc_struct { Index: ChangeLog =================================================================== --- ChangeLog (revision 52052) +++ ChangeLog (revision 52053) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Oct 6 13:48:05 2015 SHIBATA Hiroshi <hsbt@r...> + + * method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip] + Tue Oct 6 06:54:34 2015 Koichi Sasada <ko1@a...> * iseq.c (rb_iseq_free): free iseq::variable_body to avoid memory -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/