File tree Expand file tree Collapse file tree
crates/wasm-mutate-stats/src/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ struct State {
9797 engines : Vec < ( wasmtime:: Engine , OptLevel ) > ,
9898 // timeout_reached state
9999 timeout_reached : AtomicBool ,
100- // To avoid generation of mutations, just print report over prexisting folders
100+ // To avoid generation of mutations, just print report over preexisting folders
101101 do_not_generate : bool ,
102102 // seed
103103 seed : u64 ,
@@ -404,7 +404,7 @@ impl State {
404404 for ( entryidx, entry) in worklist. iter ( ) . enumerate ( ) {
405405 let data = std:: fs:: read ( entry) . context ( "failed to read seed file" ) ?;
406406 // Compile each configuration
407- // Spwan compilation
407+ // Spawn compilation
408408 for ( engine, optlevel) in & self . engines {
409409 let module = wasmtime:: Module :: new ( engine, & data) . with_context ( || {
410410 format ! (
You can’t perform that action at this time.
0 commit comments