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