We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc9d61 commit 8353a3dCopy full SHA for 8353a3d
1 file changed
src/wasm/wasm-stack.cpp
@@ -3269,7 +3269,7 @@ void BinaryInstWriter::mapLocalsAndEmitHeader() {
3269
}
3270
3271
void BinaryInstWriter::noteLocalType(Type type, Index count) {
3272
- // Group types by the type they will eventually be written out as. For
+ // Group locals by the type they will eventually be written out as. For
3273
// example, we do not need to differentiate exact and inexact versions of the
3274
// same reference type if custom descriptors is not enabled and the type will
3275
// be written as inexact either way.
0 commit comments