fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-03-18 09:28:44 +00:00
parent d64ba37ad0
commit 7088bef330

View File

@ -1,6 +1,6 @@
Mon Mar 17 13:17:47 2014 Koichi Sasada <ko1@atdot.net>
* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()
* enumerator.c (enumerator_block_call): use RARRAY_CONST_PTR()
instead of RARRAY_PTR().
* io.c (rb_io_s_popen): ditto.