summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-17 12:57:48 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-17 12:57:48 +0000
commitc1664c7032260c6cd7dfb945f4f3a1a12ae3bd0a (patch)
tree815b7e752f3978a9556ba49424f4162aea175b6b
parent918f6490a7dd1b153f4e3d7150ebe2389a380d95 (diff)
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files 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 <akr@fsij.org>
* 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 <m_seki@mva.biglobe.ne.jp>
Sun May 15 16:15:25 2016 NARUSE, Yui <naruse@ruby-lang.org>
* 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 <nobu@ruby-lang.org>