aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-18 09:28:44 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-18 09:28:44 +0000
commit7088bef330d950f6a5296f65a9c7e8905437e7ca (patch)
treef2b29d1711e9f2729c60bc9b28adb5ee738e4fc6 /ChangeLog
parentd64ba37ad06b6817687e50ad66b6d14733a682eb (diff)
downloadruby-7088bef330d950f6a5296f65a9c7e8905437e7ca.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 049dc746a6..b58963338a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.