aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-01 14:52:53 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-01 14:52:53 +0000
commit39ef471e2d460141fc7c71b66b7ec6c7b520faed (patch)
treef58b2c3bc8a9e205f1fa15c27dda4bab47860487 /ChangeLog
parente56eb1b163eed2220fdde972b196c59a7c93edb0 (diff)
downloadruby-39ef471e2d460141fc7c71b66b7ec6c7b520faed.tar.gz
* ChangeLog: fix typos of r37064.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37065 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 52a649bb6d..319e9b9297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
Mon Oct 1 22:54:02 2012 Shugo Maeda <shugo@ruby-lang.org>
- * eval.c (identify_hash_new): new function to create a new identity
+ * eval.c (identity_hash_new): new function to create a new identity
hash.
* eval.c (rb_overlay_module, rb_mod_using, rb_mod_refine): use
- identify_hash_new().
+ identity_hash_new().
Mon Oct 1 02:34:53 2012 Akinori MUSHA <knu@iDaemons.org>