Skip to content

Commit

Permalink
[NFC] Fix "initialised" => "initialized" (WebAssembly#6222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Jan 12, 2024
1 parent b4dee3d commit 1db044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm/wasm-validator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3296,7 +3296,7 @@ void FunctionValidator::visitResume(Resume* curr) {
shouldBeTrue(
curr->sentTypes.size() == curr->handlerBlocks.size(),
curr,
"sentTypes cache in Resume instruction has not been initialised");
"sentTypes cache in Resume instruction has not been initialized");

shouldBeTrue((curr->contType.isContinuation() &&
curr->contType.getContinuation().type.isSignature()),
Expand Down

0 comments on commit 1db044e

Please sign in to comment.