summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-25 10:21:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-25 10:21:04 +0000
commitb51a43e1c2608531bd8f25c606f9529aeba1c8a4 (patch)
treec65d378bc0442fed1a5128b6bd7ac9434bb25319 /ChangeLog
parenta8c226922de30f0a371959bba4e77b03497c7b9d (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 44abc85b34..af01055e5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Tue Jun 25 12:28:57 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (big2ulong): Add code specialized for SIZEOF_LONG <=
SIZEOF_BDIGITS.
- This prevents shift witdth warning from "num <<= BITSPERDIG".
+ This prevents shift width warning from "num <<= BITSPERDIG".
Tue Jun 25 12:23:30 2013 Koichi Sasada <ko1@atdot.net>