1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-01-25 08:17:52 +00:00
parent aa436bdca6
commit 9f92684791

View file

@ -22,7 +22,7 @@ Fri Jan 23 23:57:05 2015 Misumi Rize <r@ayase-e.li>
Fri Jan 23 20:00:59 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* marshal.c (w_object, marshal_dump): use indetity tables for
* marshal.c (w_object, marshal_dump): use identity tables for
arbitrary VALUE keys, because of performance of FLONUM.
[Bug #10761]