зеркало из https://github.com/github/ruby.git
[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:
Родитель
92d553b7c9
Коммит
8b3b113d84
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче