1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fix typo in yjit docs

I noticed this yesterday when pairing with Aaron, there was an extra "e"
in "callees".
This commit is contained in:
eileencodes 2022-02-24 12:57:57 -05:00 committed by Aaron Patterson
parent 92d553b7c9
commit 8b3b113d84
Notes: git 2022-02-25 04:00:32 +09:00

View file

@ -146,7 +146,7 @@ jit_peek_at_local(jitstate_t *jit, ctx_t *ctx, int n)
} }
// Save the incremented PC on the CFP // 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 static void
jit_save_pc(jitstate_t *jit, x86opnd_t scratch_reg) jit_save_pc(jitstate_t *jit, x86opnd_t scratch_reg)
{ {