diff --git a/crates/wasm-mutate/src/mutators/peephole/rules.rs b/crates/wasm-mutate/src/mutators/peephole/rules.rs index c735f3a9cd..8a5c92cf27 100644 --- a/crates/wasm-mutate/src/mutators/peephole/rules.rs +++ b/crates/wasm-mutate/src/mutators/peephole/rules.rs @@ -15,7 +15,7 @@ use super::{ impl PeepholeMutator { /// Returns the rewriting rules. /// - /// Define new fules here for the peephole mutator. + /// Define new rules here for the peephole mutator. pub fn get_rules(&self, config: &WasmMutate) -> Vec> { let mut rules = vec![];