diff options
author | nari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-11 00:13:35 +0000 |
---|---|---|
committer | nari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-11 00:13:35 +0000 |
commit | c82fa604949cde40f81ec08c0f743eafb866dacf (patch) | |
tree | 747fab5dfe13848eff1fe77db5c1164c7d67611a | |
parent | 15e5f4fd5ef5d39fe7643338598865e892c9d1ae (diff) | |
download | ruby-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-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |