ruby-changes:73188
From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 00:59:56 +0900 (JST)
Subject: [ruby-changes:73188] 34ec89252b (master): Fix comment typo
https://git.ruby-lang.org/ruby.git/commit/?id=34ec89252b From 34ec89252bf4bf1c841a82be4183a3dc40046355 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...> Date: Fri, 15 Jul 2022 13:25:49 -0400 Subject: Fix comment typo --- yjit/src/codegen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( https://github.com/ruby/ruby/blob/trunk/yjit/src/codegen.rs#L1862 } // 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, -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/