summaryrefslogtreecommitdiff
path: root/yjit_codegen.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-08-26 17:11:41 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:39 -0400
commit2bd99d7d7a0537e4ad9fa49ca2c455b78c6045a3 (patch)
treeee89ccd2c17e374d7d9edd14445e3e923c5b6b99 /yjit_codegen.h
parent812597676ba2b1e3c41c50e9da624441e0c40a6b (diff)
typo, rename, comment
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;