ruby-changes:25139
From: kou <ko1@a...>
Date: Mon, 15 Oct 2012 21:29:54 +0900 (JST)
Subject: [ruby-changes:25139] kou:r37191 (trunk): * vm_eval.c: fix a typo.
kou 2012-10-15 21:29:42 +0900 (Mon, 15 Oct 2012) New Revision: 37191 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37191 Log: * vm_eval.c: fix a typo. Modified files: trunk/vm_eval.c Index: vm_eval.c =================================================================== --- vm_eval.c (revision 37190) +++ vm_eval.c (revision 37191) @@ -49,7 +49,7 @@ return vm_call0_body(th, ci, argv); } -/* `ci' should pointe temporal value (on stack value) */ +/* `ci' should point temporal value (on stack value) */ static VALUE vm_call0_body(rb_thread_t* th, rb_call_info_t *ci, const VALUE *argv) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/