We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e75c16 commit 9d738a4Copy full SHA for 9d738a4
1 file changed
src/passes/LegalizeJSInterface.cpp
@@ -395,7 +395,7 @@ struct LegalizeAndPruneJSInterface : public LegalizeJSInterface {
395
func->body =
396
builder.makeConstantExpression(Literal::makeZeros(sig.results));
397
} else {
398
- // We have nothing better than the trap here.
+ // We have nothing better than to trap here.
399
func->body = builder.makeUnreachable();
400
}
401
0 commit comments