From d07940ee1316f15cf9b5fb5fc0c03bd6479aef0b Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 31 Jan 2011 11:57:14 +0000 Subject: [PATCH] * ChangeLog: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd6651ee20..f2ce6678d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,9 +17,9 @@ Mon Jan 31 12:26:14 2011 NARUSE, Yui Mon Jan 31 04:45:12 2011 NARUSE, Yui * array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) before - rb_resize_capa because rb_resize_capa expects resized length is + ary_resize_capa because ary_resize_capa expects resized length is smaller than current array length. call rb_ary_unshare before - rb_resize_capa because rb_resize_capa losts the reference to + ary_resize_capa because ary_resize_capa losts the reference to original shared array. [ruby-core:34997] Sun Jan 30 17:19:46 2011 Tanaka Akira