aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8821b8b483..d7b087f456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,8 @@ Mon Aug 10 21:45:26 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Aug 10 10:57:59 2009 Narihiro Nakamura <authorNari@gmail.com>
- * gc.c: reject unused longlife gc. longlife gc target is loglife
- node by method table and vm inline cache. but, fixed it at
+ * gc.c: reject unused longlife gc. longlife gc target is longlife
+ NODE by method table and vm inline cache. but, fixed it at
r24085, r24128. so I rejected longlife gc.
* debug.c: ditto.