summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 449f9b9a26..c9e408948f 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -511,7 +511,7 @@ struct rb_iseq_constant_body {
#endif
#if USE_MJIT
- // MJIT stores { Context => Block } for each iseq.
+ // MJIT stores some data on each iseq.
VALUE mjit_blocks;
#endif