summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-11 00:19:10 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-11 00:19:10 +0000
commit72e1df781be8a94e2df5b64a1d4ab3fce7573653 (patch)
treebe2055000092901691fc9d3318666d1f5d8d25fc
parente13bd1ba01c9da7fe8e5a384729190b011bf9c44 (diff)
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4ce2a4780..f2aa181e14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,7 +88,7 @@ Thu Sep 9 22:34:48 2010 wanabe <s.wanabe@gmail.com>
treated as integer, add to table hash of case that way.
based on a patch from Ikuo KOBORI. [ruby-dev:42038]
- * insnf.def (opt_case_dispatch): ditto.
+ * insns.def (opt_case_dispatch): ditto.
* test/ruby/test_case.rb: add tests.