summaryrefslogtreecommitdiff
path: root/crates/equix/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'crates/equix/fuzz')
-rw-r--r--crates/equix/fuzz/fuzz_targets/buckets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/equix/fuzz/fuzz_targets/buckets.rs b/crates/equix/fuzz/fuzz_targets/buckets.rs
index 597bf3837..baeda7680 100644
--- a/crates/equix/fuzz/fuzz_targets/buckets.rs
+++ b/crates/equix/fuzz/fuzz_targets/buckets.rs
@@ -150,7 +150,7 @@ fuzz_target!(|ex: Vec<Op>| {
unsafe impl Uninit for MemLayout {}
let mut ml = MemLayout::alloc();
- // Re-use the MemLayout to run the same test inputs twice
+ // Reuse the MemLayout to run the same test inputs twice
for _ in 0..2 {
let mut shape1: Sim<'_, '_, 7, 12> = Sim::Pair {
b: BucketArrayPair::new(&mut ml.mem1a, &mut ml.mem1b),