aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files 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 <naruse@ruby-lang.org>
Mon Jan 31 04:45:12 2011 NARUSE, Yui <naruse@ruby-lang.org>
* 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 <akr@fsij.org>