[前][次][番号順一覧][スレッド一覧]

ruby-changes:23030

From: akr <ko1@a...>
Date: Sun, 18 Mar 2012 15:28:52 +0900 (JST)
Subject: [ruby-changes:23030] akr:r35079 (trunk): * compile.c: typo fix by Run Paint Run Run.

akr	2012-03-18 15:28:41 +0900 (Sun, 18 Mar 2012)

  New Revision: 35079

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35079

  Log:
    * compile.c: typo fix by Run Paint Run Run.
      [ruby-core:28368] [Bug #2824]

  Modified files:
    trunk/ChangeLog
    trunk/compile.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35078)
+++ ChangeLog	(revision 35079)
@@ -1,3 +1,8 @@
+Sun Mar 18 15:27:31 2012  Tanaka Akira  <akr@f...>
+
+	* compile.c: typo fix by Run Paint Run Run.
+	  [ruby-core:28368] [Bug #2824]
+
 Sun Mar 18 10:01:02 2012  Kazuki Tsujimoto  <kazuki@c...>
 
 	* lib/profiler.rb: support calling singleton methods of
Index: compile.c
===================================================================
--- compile.c	(revision 35078)
+++ compile.c	(revision 35079)
@@ -4762,7 +4762,7 @@
       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);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]