Skip to content

Commit c2e06c3

Browse files
authored
Fix a comment typo (#1533)
Pointed out in #1531
1 parent 31dca17 commit c2e06c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fuzz-stats/src/bin/failed-instantiations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl State {
9999
let mut config = wasm_smith::Config::arbitrary(&mut u)?;
100100
config.allow_start_export = false;
101101

102-
// NB: just added "table64" support to this and wasmtime doens't
102+
// NB: just added "table64" support to this and wasmtime doesn't
103103
// implement that yet
104104
config.memory64_enabled = false;
105105

0 commit comments

Comments
 (0)