summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-09-15 11:31:55 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:41 -0400
commit1f09eb66e6cc1019ba88e421f1ba8186c071a6ed (patch)
tree71795a16a5ccd4b2d43b96347fe5b0e4fb918fef /yjit_codegen.c
parent0ad9d1fa48e4ced310ae70c53f9cf82ebea586b6 (diff)
Expand tabs
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 c92fc43b98..0aabbec403 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -2217,7 +2217,7 @@ gen_opt_aset(jitstate_t *jit, ctx_t *ctx)
call_ptr(cb, REG0, (void *)rb_ary_store);
// rb_ary_store returns void
- // stored value should still be on stack
+ // stored value should still be on stack
mov(cb, REG0, ctx_stack_opnd(ctx, 0));
// Push the return value onto the stack