summaryrefslogtreecommitdiff
path: root/yjit/src
diff options
context:
space:
mode:
authorcareworry <[email protected]>2024-04-18 23:32:34 +0800
committerGitHub <[email protected]>2024-04-18 15:32:34 +0000
commit8e08556fa7f2b6e9c43b040f2aea06dccead5d13 (patch)
treede8f84a17ebbbcbfe68424aadcef7228925b2ae1 /yjit/src
parentff599aea7cb810ca5284c10184f435101e4b9349 (diff)
chore: remove repetitive words (#10573)
Signed-off-by: careworry <[email protected]>
Diffstat (limited to 'yjit/src')
-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 d212719c09..b047aa3310 100644
--- a/yjit/src/codegen.rs
+++ b/yjit/src/codegen.rs
@@ -1418,7 +1418,7 @@ fn gen_putobject(
Some(KeepCompiling)
}
-/// Combine `putobject` and and `opt_ltlt` together if profitable, for example when
+/// Combine `putobject` and `opt_ltlt` together if profitable, for example when
/// left shifting an integer by a constant amount.
fn fuse_putobject_opt_ltlt(
jit: &mut JITState,