From 171c708b0c862ee92d6a46ac9def97193954638b Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 6 Oct 2011 11:51:55 +0000 Subject: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.h') diff --git a/vm_insnhelper.h b/vm_insnhelper.h index 02c0cac1ac..050b8d8ae0 100644 --- a/vm_insnhelper.h +++ b/vm_insnhelper.h @@ -226,7 +226,7 @@ static VALUE ruby_vm_global_state_version = 1; } while (0) static void vm_clear_all_cache(void); -static VALUE make_no_method_execption(VALUE exc, const char *format, +static VALUE make_no_method_exception(VALUE exc, const char *format, VALUE obj, int argc, const VALUE *argv); -- cgit v1.2.3