Skip to content

Commit

Permalink
Fix a comment typo (#1533)
Browse files Browse the repository at this point in the history
Pointed out in #1531
  • Loading branch information
alexcrichton authored May 6, 2024
1 parent 31dca17 commit c2e06c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuzz-stats/src/bin/failed-instantiations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl State {
let mut config = wasm_smith::Config::arbitrary(&mut u)?;
config.allow_start_export = false;

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

Expand Down

0 comments on commit c2e06c3

Please sign in to comment.