From 1b51efd8977d3ae14820b7c160b039ba0c41785a Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 17 May 2016 12:57:48 +0000 Subject: fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f58238340..b8e8c4fa83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ Tue May 17 15:26:10 2016 Tanaka Akira * numeric.c (fix_succ): Removed. (Init_Numeric): Define Fixnum as Integer. - * bignum.c (bignew): Use rb_cInteger instead of Rb_cBignum. + * bignum.c (bignew): Use rb_cInteger instead of rb_cBignum. (rb_int_coerce): replaced from rb_big_coerce and return fixnums as-is. (Init_Bignum): Define Bignum as Integer. @@ -93,7 +93,7 @@ Sun May 15 20:55:31 2016 Masatoshi SEKI Sun May 15 16:15:25 2016 NARUSE, Yui * array.c (rb_ary_entry): extract rb_ary_elt to organize if-conditions - and check whether is is embdeded at once. + and check whether is embedded at once. Sun May 15 10:57:26 2016 Nobuyoshi Nakada -- cgit v1.2.3