Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Jun 18, 2024
1 parent 5526930 commit cebdb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wasm/wasm-ir-builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ struct IRBuilder::ChildPopper
// No more available values. This is valid iff we are reaching past
// an unreachable, but we still need the fallback behavior to ensure
// the input unreachable instruction is executed first. If we are
// not reaching past an unreachable, the error will be caught we
// when pop.
// not reaching past an unreachable, the error will be caught when
// we pop.
needUnreachableFallback = true;
goto pop;
}
Expand Down

0 comments on commit cebdb16

Please sign in to comment.