* ChangeLog: fix typos.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-01-31 11:57:14 +00:00
parent 9a89f325e4
commit d07940ee13

View File

@ -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>