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

ruby-changes:33530

From: hsbt <ko1@a...>
Date: Thu, 17 Apr 2014 15:53:13 +0900 (JST)
Subject: [ruby-changes:33530] hsbt:r45611 (trunk): * template/opt_sc.inc.tmpl: [DOC] Fix typo in comment by @imasahiro [ci skip][fix GH-595]

hsbt	2014-04-17 15:53:05 +0900 (Thu, 17 Apr 2014)

  New Revision: 45611

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

  Log:
    * template/opt_sc.inc.tmpl: [DOC] Fix typo in comment by @imasahiro [ci skip][fix GH-595]
    * template/optinsn.inc.tmpl: ditto.
    * template/optunifs.inc.tmpl: ditto.

  Modified files:
    trunk/template/opt_sc.inc.tmpl
    trunk/template/optinsn.inc.tmpl
    trunk/template/optunifs.inc.tmpl
Index: template/optunifs.inc.tmpl
===================================================================
--- template/optunifs.inc.tmpl	(revision 45610)
+++ template/optunifs.inc.tmpl	(revision 45611)
@@ -9,7 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/template/optunifs.inc.tmpl#L9
   DO NOT TOUCH!
 
   If you want to fix something, you must edit 'template/optunifs.inc.tmpl'
-  or rb/insns2vm.rb
+  or tool/insns2vm.rb
  */
 
 /*
Index: template/opt_sc.inc.tmpl
===================================================================
--- template/opt_sc.inc.tmpl	(revision 45610)
+++ template/opt_sc.inc.tmpl	(revision 45611)
@@ -9,7 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/template/opt_sc.inc.tmpl#L9
   DO NOT TOUCH!
 
   If you want to fix something, you must edit 'template/opt_sc.inc.tmpl'
-  or rb/insns2vm.rb
+  or tool/insns2vm.rb
  */
 
 #define SC_STATE_SIZE 6
Index: template/optinsn.inc.tmpl
===================================================================
--- template/optinsn.inc.tmpl	(revision 45610)
+++ template/optinsn.inc.tmpl	(revision 45611)
@@ -9,7 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/template/optinsn.inc.tmpl#L9
   DO NOT TOUCH!
 
   If you want to fix something, you must edit 'template/optinsn.inc.tmpl'
-  or rb/insns2vm.rb
+  or tool/insns2vm.rb
  */
 
 static INSN *

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

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