summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f27c99ea93..1acfac9cc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ Wed Jun 26 01:18:13 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (is_before_sweep): Add new helper function that check the object
is before sweep?
* gc.c (rb_gc_force_recycle): Have to clear mark bit if object's slot
- already ready to mainor sweep.
+ already ready to minor sweep.
Wed Jun 26 01:17:29 2013 Tanaka Akira <akr@fsij.org>