summaryrefslogtreecommitdiffstats
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
commitc82fa604949cde40f81ec08c0f743eafb866dacf (patch)
tree747fab5dfe13848eff1fe77db5c1164c7d67611a
parent15e5f4fd5ef5d39fe7643338598865e892c9d1ae (diff)
downloadruby-c82fa604949cde40f81ec08c0f743eafb866dacf.tar.gz
ruby-c82fa604949cde40f81ec08c0f743eafb866dacf.tar.xz
ruby-c82fa604949cde40f81ec08c0f743eafb866dacf.zip
* ChangeLog: fixed typo.
git-svn-id: http://svn.ruby-lang.org/repos/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 8821b8b48..d7b087f45 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.