aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-04 17:27:40 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-04 17:27:40 +0000
commit891019e4c82b775e32a8c5ef5405951bf98ed88a (patch)
treef5d0625f1e8b3dd89477edb31f227429ae4f18d9
parent54991062aa536cc382bbc10932deb24539c59751 (diff)
downloadruby-891019e4c82b775e32a8c5ef5405951bf98ed88a.tar.gz
tool/mk_call_iseq_optimized.rb: fix generated comment
"tool/mkcall_iseq.rb" never existed in our repo. * tool/mk_call_iseq_optimized.rb: fix generated comment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--tool/mk_call_iseq_optimized.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mk_call_iseq_optimized.rb b/tool/mk_call_iseq_optimized.rb
index f04917cceb..d6b21dccec 100644
--- a/tool/mk_call_iseq_optimized.rb
+++ b/tool/mk_call_iseq_optimized.rb
@@ -4,7 +4,7 @@ puts <<EOS
/* DO NOT EDIT THIS FILE DIRECTLY
*
- * This file is generated by tool/mkcall_iseq.rb
+ * This file is generated by tool/mk_call_iseq_optimized.rb
*/
EOS