diff options
| author | Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com> | 2022-07-15 13:25:49 -0400 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-08-29 08:47:00 -0700 |
| commit | 34ec89252bf4bf1c841a82be4183a3dc40046355 (patch) | |
| tree | 06ae27644dd815ee85297fa3a6afaa2de3e3385a | |
| parent | 160e29b9e5c9419e3275d4bd6de09c9c4f242602 (diff) | |
Fix comment typo
| -rw-r--r-- | yjit/src/codegen.rs | 2 |
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, |
