aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit.h b/mjit.h
index 1f77c733d7..fc4f6eda27 100644
--- a/mjit.h
+++ b/mjit.h
@@ -2,7 +2,7 @@
#define RUBY_MJIT_H 1
/**********************************************************************
- mjit.h - Interface to MRI method JIT compiler for Ruby's main thread
+ mjit.h - Interface to MRI method JIT compiler
Copyright (C) 2017 Vladimir Makarov <vmakarov@redhat.com>.
Copyright (C) 2017 Takashi Kokubun <k0kubun@ruby-lang.org>.