aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-03-05 17:50:47 +0800
committerGitHub <noreply@github.com>2024-03-05 18:50:47 +0900
commit226a889dc7688cbd0c96cce1005adbda69b03ec4 (patch)
tree05c10b3582b7533059f967ef55dba9b6d283377b /yjit
parent8e27c01fbb36d5020bb465e17a19a3bad35144ef (diff)
downloadruby-226a889dc7688cbd0c96cce1005adbda69b03ec4.tar.gz
[DOC] fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'yjit')
-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 41a8cdebca..cc3bf460bb 100644
--- a/yjit/src/codegen.rs
+++ b/yjit/src/codegen.rs
@@ -995,7 +995,7 @@ fn jump_to_next_insn(
asm: &mut Assembler,
ocb: &mut OutlinedCb,
) -> Option<()> {
- // Reset the depth since in current usages we only ever jump to to
+ // Reset the depth since in current usages we only ever jump to
// chain_depth > 0 from the same instruction.
let mut reset_depth = asm.ctx;
reset_depth.reset_chain_depth_and_defer();