summaryrefslogtreecommitdiff
path: root/yjit_codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_codegen.h')
-rw-r--r--yjit_codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_codegen.h b/yjit_codegen.h
index 260d379a5d..66740a30f5 100644
--- a/yjit_codegen.h
+++ b/yjit_codegen.h
@@ -32,7 +32,7 @@ typedef struct JITState
rb_execution_context_t* ec;
// Whether we need to record the code address at
- // the end of this bytecode instruction for tracing suppoert
+ // the end of this bytecode instruction for global invalidation
bool record_boundary_patch_point;
} jitstate_t;