summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-28 03:15:04 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-28 03:15:04 +0000
commit3fcf82e27815db04da819a67bd112513f057a8b2 (patch)
tree05953d265ec6963c275f8524b1d50e98c063a7a6 /ChangeLog
parente2f4f34467f90bc9bc30891c9cdb4aa82fa0e37c (diff)
* ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 745f9c9ff1..0eb3a592a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Mon May 28 12:03:04 2012 Narihiro Nakamura <authornari@gmail.com>
* gc.c (obj_free): doesn't free a method table if it doesn't
- exits. [ruby-dev:44436]
+ exist. [ruby-dev:44436]
* test/ruby/test_gc.rb (class TestGc): added the test case for
this issue.