summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/mjit/compiler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ruby_vm/mjit/compiler.rb')
-rw-r--r--lib/ruby_vm/mjit/compiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ruby_vm/mjit/compiler.rb b/lib/ruby_vm/mjit/compiler.rb
index 6a461fd580..5daa006aff 100644
--- a/lib/ruby_vm/mjit/compiler.rb
+++ b/lib/ruby_vm/mjit/compiler.rb
@@ -168,7 +168,7 @@ module RubyVM::MJIT
#
# @param asm [RubyVM::MJIT::Assembler]
def compile_prologue(asm)
- asm.comment('MJIT entry')
+ asm.comment('MJIT entry point')
# Save callee-saved registers used by JITed code
asm.push(CFP)