From 88c7ffb2511b8d36e3409f938516353e51ed2107 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 11 Apr 2016 12:39:31 +0000 Subject: [PATCH] fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a49612fc8d..21c3493b12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -268,7 +268,7 @@ Thu Mar 31 16:49:36 2016 Koichi Sasada * gc.c: simplify allocate/free detecting logic at the end of marking. Before this change, heap_pages_min_slots are calculated at the - beggining sweeping phase. And this value is used at the end of + beginning sweeping phase. And this value is used at the end of *next* marking phase. To simplify it, we use this value at the end of this marking phase. @@ -493,7 +493,7 @@ Mon Mar 28 11:02:31 2016 Hiroshi Shirosaki Mon Mar 28 08:19:49 2016 Nobuyoshi Nakada * sprintf.c (rb_str_format): refactor floating point format of - Rational by using gereric Integer functions. + Rational by using generic Integer functions. * sprintf.c (rb_str_format): fix buffer overflow, length must be greater than precision. reported by William Bowling Sun Mar 27 12:13:37 2016 Nobuyoshi Nakada * sprintf.c (rb_str_format): convert Rational to floating point - format by using gereric Integer functions, not by methods which + format by using generic Integer functions, not by methods which can be overwritten. Sat Mar 26 10:55:12 2016 Nobuyoshi Nakada