Skip to content

Commit 1d5e9aa

Browse files
committed
fix comment
1 parent d9a970e commit 1d5e9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wasm/wasm-ir-builder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ struct IRBuilder::ChildPopper
410410
// No more available values. This is valid iff we are reaching past
411411
// an unreachable, but we still need the fallback behavior to ensure
412412
// the input unreachable instruction is executed first. If we are
413-
// not reaching past an unreachable, the error will be caught we
414-
// when pop.
413+
// not reaching past an unreachable, the error will be caught when
414+
// we pop.
415415
needUnreachableFallback = true;
416416
goto pop;
417417
}

0 commit comments

Comments
 (0)