summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-21 11:30:32 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-21 11:33:06 -0700
commita60507f616a7f5beb4aef99aa56f6b964c16880d (patch)
tree12a9eac529dcc849273f5481f0b8382f19912e5a /tool
parent73f8027ac68af2cbcc23407605a40025ca07b34e (diff)
Rename mjit_compile.c to mjit_compiler.c
I'm planning to introduce mjit_compiler.rb, and I want to make this consistent with it. Consistency with compile.c doesn't seem important for MJIT anyway.
Diffstat (limited to 'tool')
-rw-r--r--tool/ruby_vm/views/mjit_compile.inc.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/ruby_vm/views/mjit_compile.inc.erb b/tool/ruby_vm/views/mjit_compile.inc.erb
index 5820f81770..0e66f78007 100644
--- a/tool/ruby_vm/views/mjit_compile.inc.erb
+++ b/tool/ruby_vm/views/mjit_compile.inc.erb
@@ -11,7 +11,7 @@
% # This is an ERB template that generates Ruby code that generates C code that
% # generates JIT-ed C code.
<%= render 'notice', locals: {
- this_file: 'is the main part of compile_insn() in mjit_compile.c',
+ this_file: 'is the main part of compile_insn() in mjit_compiler.c',
edit: __FILE__,
} -%>
%