summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-13 00:30:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-13 00:30:00 +0000
commit23ab11f14af70ce9546836daee9e48e561fde742 (patch)
treec33654eeb0848e98bfa88723730e4f94dcab96a2
parent2b1c2b7223de78de5d8b855d62b89623ed930744 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f7be7959d2..fb3ec45f88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]