fix typos [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-03-12 15:29:32 +00:00
parent 05c29680e5
commit 66efd5d0e5

View File

@ -63,7 +63,7 @@ Thu Mar 12 07:44:17 2015 Koichi Sasada <ko1@atdot.net>
Rename NEW_MEMO() to MEMO_NEW(). Rename NEW_MEMO() to MEMO_NEW().
Move MEMO_FOR and NEW_MEMO_FOF macros from node.h. Move MEMO_FOR and NEW_MEMO_FOR macros from node.h.
Export a rb_imemo_new() function for ext/ripper. Export a rb_imemo_new() function for ext/ripper.
@ -123,7 +123,7 @@ Wed Mar 11 21:45:36 2015 Koichi Sasada <ko1@atdot.net>
Add THROW_DATA_NEW(). Add THROW_DATA_NEW().
* internal.h: move defnition of `struct THROW_DATA' * internal.h: move definition of `struct THROW_DATA'
from vm_insnhelper.h to internal.h. from vm_insnhelper.h to internal.h.
Rename `THROW_DATA' to `vm_throw_data'. Rename `THROW_DATA' to `vm_throw_data'.
@ -144,7 +144,7 @@ Wed Mar 11 21:21:56 2015 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c: use T_IMEMO to create SVAR. * vm_insnhelper.c: use T_IMEMO to create SVAR.
* internal.h, vm_insnhelper.h: move definition `struct SVAR' * internal.h, vm_insnhelper.h: move definition `struct SVAR'
from vm_insnhelper.h to internal.h. And rename it to strcut vm_svar. from vm_insnhelper.h to internal.h. And rename it to struct vm_svar.
new imemo_type imemo_svar is added. new imemo_type imemo_svar is added.