summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2022-02-24 12:57:57 -0500
committerAaron Patterson <aaron.patterson@gmail.com>2022-02-24 10:59:58 -0800
commit8b3b113d84cc9d4c38e2b19f2d54d4d0457b93fd (patch)
tree3faf412b96c3e8afded6e3d9fe9b19950b759e59
parent92d553b7c9a5977d6ccde773c686ca75b0a69d03 (diff)
[DOC] Fix typo in yjit docs
I noticed this yesterday when pairing with Aaron, there was an extra "e" in "callees".
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5597
-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)
{