From 437cfad0715255ec2d2a9edd4cd0d3e1300d3c89 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 9 Oct 2013 13:23:07 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index be3a8c0ee7..5a469e62c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ Wed Oct 9 18:03:01 2013 Nobuyoshi Nakada Wed Oct 9 17:40:16 2013 Nobuyoshi Nakada - * string.c (rb_fstring): because of lazy sweep, str may be unmaked + * string.c (rb_fstring): because of lazy sweep, str may be unmarked already and swept at next time, so mark it for the time being. [ruby-core:57756] @@ -14,7 +14,7 @@ Wed Oct 9 13:53:14 2013 Nobuyoshi Nakada * compar.c (cmp_eq): fail if recursion. [ruby-core:57736] [Bug #9003] * thread.c (rb_exec_recursive_paired_outer): new function which is - combinnation of paired and outer variants. + combination of paired and outer variants. Wed Oct 9 09:18:14 2013 Koichi Sasada