diff --git a/ChangeLog b/ChangeLog index 9c192c2324..edc5dca8b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 日 12月 14 12:51:48 2008 Yusuke Endoh * bignum.c (rb_big_mul): faster multiplication by Karatsuba method and - twice faster square than normal multiplication. + twice faster square than normal multiplication. [ruby-dev:37392] * random.c (rb_rand_internal): used by Bignum#*.