diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-13 00:30:00 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-13 00:30:00 +0000 |
commit | 23ab11f14af70ce9546836daee9e48e561fde742 (patch) | |
tree | c33654eeb0848e98bfa88723730e4f94dcab96a2 | |
parent | 2b1c2b7223de78de5d8b855d62b89623ed930744 (diff) | |
download | ruby-23ab11f14af70ce9546836daee9e48e561fde742.tar.gz |
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Thu Jun 13 06:12:18 2013 Tanaka Akira <akr@fsij.org> - * bignum.c (integer_unpack_num_bdigits_small): Fix a comple error on + * bignum.c (integer_unpack_num_bdigits_small): Fix a compile error on clang -Werror,-Wshorten-64-to-32 Reported by Eric Hodel. [ruby-core:55467] [Bug #8522] |