From 72e1df781be8a94e2df5b64a1d4ab3fce7573653 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 11 Sep 2010 00:19:10 +0000 Subject: [PATCH] fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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.