mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0209e4845
commit
cd7aafa855
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
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
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
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 *
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
DO NOT TOUCH!
|
||||
|
||||
If you want to fix something, you must edit 'template/optunifs.inc.tmpl'
|
||||
or rb/insns2vm.rb
|
||||
or tool/insns2vm.rb
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue