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

ruby-changes:31658

From: tarui <ko1@a...>
Date: Wed, 20 Nov 2013 20:56:44 +0900 (JST)
Subject: [ruby-changes:31658] tarui:r43737 (trunk): * tool/instruction.rb : fix typo.

tarui	2013-11-20 20:56:36 +0900 (Wed, 20 Nov 2013)

  New Revision: 43737

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

  Log:
    * tool/instruction.rb : fix typo.

  Modified files:
    trunk/ChangeLog
    trunk/tool/instruction.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43736)
+++ ChangeLog	(revision 43737)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Nov 20 20:54:01 2013  Masaya Tarui  <tarui@r...>
+
+	* tool/instruction.rb : fix typo.
+
 Wed Nov 20 19:45:22 2013  Tanaka Akira  <akr@f...>
 
 	* random.c (rand_init): Make it possible to specify arbitrary array
Index: tool/instruction.rb
===================================================================
--- tool/instruction.rb	(revision 43736)
+++ tool/instruction.rb	(revision 43737)
@@ -816,7 +816,7 @@ class RubyVM https://github.com/ruby/ruby/blob/trunk/tool/instruction.rb#L816
       commit  "  POPN(#{@popn});" if @popn > 0
     end
 
-    def make_hader_debug insn
+    def make_header_debug insn
       comment "  /* for debug */"
       commit  "  DEBUG_ENTER_INSN(\"#{insn.name}\");"
     end
@@ -869,7 +869,7 @@ class RubyVM https://github.com/ruby/ruby/blob/trunk/tool/instruction.rb#L869
       make_header_stack_pops insn
       make_header_temporary_vars insn
       #
-      make_hader_debug insn
+      make_header_debug insn
       make_header_pc insn
       make_header_popn insn
       make_header_defines insn

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

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