aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-09 13:23:07 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-09 13:23:07 +0000
commit437cfad0715255ec2d2a9edd4cd0d3e1300d3c89 (patch)
tree153e0c699f97af3e022ecc0d9e3bfa9391ba371a
parente70f74c3d287e2f8cb3aed80ffaaad0902a3af2c (diff)
downloadruby-437cfad0715255ec2d2a9edd4cd0d3e1300d3c89.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files 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 <nobu@ruby-lang.org>
Wed Oct 9 17:40:16 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * 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 <nobu@ruby-lang.org>
* 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 <ko1@atdot.net>