diff --git a/ChangeLog b/ChangeLog index acf7b32afb..8f84f812fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 18 15:27:31 2012 Tanaka Akira + + * compile.c: typo fix by Run Paint Run Run. + [ruby-core:28368] [Bug #2824] + Sun Mar 18 10:01:02 2012 Kazuki Tsujimoto * lib/profiler.rb: support calling singleton methods of diff --git a/compile.c b/compile.c index 31b41f0d65..ae1aa40580 100644 --- a/compile.c +++ b/compile.c @@ -4762,7 +4762,7 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped) case NODE_SCLASS:{ ID singletonclass; VALUE iseqval = - NEW_ISEQVAL(node->nd_body, rb_str_new2("singletonclass"), + NEW_ISEQVAL(node->nd_body, rb_str_new2("singleton class"), ISEQ_TYPE_CLASS, nd_line(node)); COMPILE(ret, "sclass#recv", node->nd_recv);