aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-11 00:13:35 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-11 00:13:35 +0000
commit915fe3d78465182f8bd9e3b16644d90f30e95e7b (patch)
tree747fab5dfe13848eff1fe77db5c1164c7d67611a
parent60d1320326a7a58153b7dd76797512b8b2f566ba (diff)
downloadruby-915fe3d78465182f8bd9e3b16644d90f30e95e7b.tar.gz
* ChangeLog: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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.