aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-08-19 13:51:00 +0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-19 14:51:00 +0900
commit39a43d9cd09f8c880d0a70d9cb8ede6d7e6ef583 (patch)
tree42cd014a8d4b57ba791255bbdd678828942646cf /eval.c
parentd76be10df11cf24d7a5a1f88a4aadc6d817db4a7 (diff)
downloadruby-39a43d9cd09f8c880d0a70d9cb8ede6d7e6ef583.tar.gz
Make it as clear as possible that RubyVM is MRI-specific and only exists on MRI (#2113) [ci skip]
* Make it clear as possible that RubyVM is MRI-specific and only exists on MRI * See [Bug #15743]. * Use "CRuby VM" instead of "Ruby VM" for clarity. * Use YARV rather than "CRuby VM" for documenting RubyVM::InstructionSequence * Avoid introducing a new "CRuby VM" term in documentation
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 3bd70f66c3..01e4fa6e42 100644
--- a/eval.c
+++ b/eval.c
@@ -47,7 +47,7 @@ extern ID ruby_static_id_cause;
(BUILTIN_TYPE(obj) == T_CLASS || BUILTIN_TYPE(obj) == T_MODULE))
/*!
- * Initializes the Ruby VM and builtin libraries.
+ * Initializes the VM and builtin libraries.
* @retval 0 if succeeded.
* @retval non-zero an error occurred.
*/