summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2022-07-15 13:25:49 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:00 -0700
commit34ec89252bf4bf1c841a82be4183a3dc40046355 (patch)
tree06ae27644dd815ee85297fa3a6afaa2de3e3385a
parent160e29b9e5c9419e3275d4bd6de09c9c4f242602 (diff)
Fix comment typo
-rw-r--r--yjit/src/codegen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs
index 618586f7a3..89f3171c3b 100644
--- a/yjit/src/codegen.rs
+++ b/yjit/src/codegen.rs
@@ -1862,7 +1862,7 @@ fn gen_jbe_to_target0(
}
// Generate a jump to a stub that recompiles the current YARV instruction on failure.
-// When depth_limitk is exceeded, generate a jump to a side exit.
+// When depth_limit is exceeded, generate a jump to a side exit.
fn jit_chain_guard(
jcc: JCCKinds,
jit: &JITState,