aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-14 13:40:30 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-14 13:40:30 +0000
commitad2f660e85dc062f48600ff330168eeaf4e1d273 (patch)
tree41d293834beff88b95a1211470fd8d917803eeea
parentc0e3b20e99c349b1b0b0258c1101e75936ce8673 (diff)
downloadruby-ad2f660e85dc062f48600ff330168eeaf4e1d273.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 60a07d7646..d6fcdc268e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,7 +63,7 @@ Wed Apr 13 14:36:24 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
Wed Apr 13 14:11:59 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* bignum.c (rb_big_size): add wrapper function of BIGSIZE and
- rename the method funtion with _m suffix.
+ rename the method function with _m suffix.
* numeric.c (int_round_zero_p): extracted from rb_int_round.
optimize for Bignum, and convert VALUE returned by Numeric#size