summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-24 04:14:22 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-24 04:14:22 +0000
commitbda726223f88b12e31634daecbe75cecb1885640 (patch)
treee15972bb1355a3cade3a336c09807d5dd1703113 /ChangeLog
parentf0a435c18725318eae1bfb3dfd15c457f511d814 (diff)
fix the function name which is not grammatically correct.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 53f6dc3a1f..5639509bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Wed Oct 24 11:57:24 2012 Narihiro Nakamura <authornari@gmail.com>
- * gc.c (free_object_aquire): rename to match the behavior of this
- function.
+ * gc.c (gc_aquire_free_object): rename to match the behavior of
+ this function.
Wed Oct 24 11:55:19 2012 Koichi Sasada <ko1@atdot.net>