aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c
index 06879812b3..383f255799 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -86,7 +86,7 @@ update_global_event_hook(rb_event_flag_t vm_events)
mjit_call_p = FALSE;
#endif
- /* write all ISeqs iff new events are added */
+ /* write all ISeqs if and only if new events are added */
rb_iseq_trace_set_all(new_iseq_events | enabled_iseq_events);
}