summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r--yjit_codegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_codegen.c b/yjit_codegen.c
index 155aa4a41c..a95428ce4a 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -146,7 +146,7 @@ jit_peek_at_local(jitstate_t *jit, ctx_t *ctx, int n)
}
// Save the incremented PC on the CFP
-// This is necessary when calleees can raise or allocate
+// This is necessary when callees can raise or allocate
static void
jit_save_pc(jitstate_t *jit, x86opnd_t scratch_reg)
{