aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-01 14:27:24 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-01 14:27:24 +0000
commit052ef632a59e4aff785bcc7573c8cc83c7711f2c (patch)
tree85b17aeb5ef4dbb9c99a62fcee8722c3e65d2cba /ChangeLog
parent541dac0b9b664728ad07e4ea7ea7b7f5a3475147 (diff)
downloadruby-052ef632a59e4aff785bcc7573c8cc83c7711f2c.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3115e5ae80..c44c5eb0e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@ Fri Nov 1 22:45:54 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (rb_gc_force_recycle): Use before_sweep member.
- * gc.c (heap_is_before_sweep, is_before_sweep): Remove. They has not
+ * gc.c (heap_is_before_sweep, is_before_sweep): Remove. They have not
already been used.
Fri Nov 1 22:20:28 2013 Masaya Tarui <tarui@ruby-lang.org>