diff options
Diffstat (limited to 'vm_core.h')
-rw-r--r-- | vm_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |