summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r--src/wasm/wasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp
index a445d74bf..af40896ce 100644
--- a/src/wasm/wasm.cpp
+++ b/src/wasm/wasm.cpp
@@ -182,7 +182,7 @@ void Block::finalize() {
return;
}
// The default type is what is at the end. Next we need to see if breaks and/
- // or unreachabitily change that.
+ // or unreachability change that.
type = list.back()->type;
if (!name.is()) {
// Nothing branches here, so this is easy.