Skip to content

Commit 8353a3d

Browse files
authored
Apply suggestion from @tlively
1 parent 3bc9d61 commit 8353a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wasm/wasm-stack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@ void BinaryInstWriter::mapLocalsAndEmitHeader() {
32693269
}
32703270

32713271
void BinaryInstWriter::noteLocalType(Type type, Index count) {
3272-
// Group types by the type they will eventually be written out as. For
3272+
// Group locals by the type they will eventually be written out as. For
32733273
// example, we do not need to differentiate exact and inexact versions of the
32743274
// same reference type if custom descriptors is not enabled and the type will
32753275
// be written as inexact either way.

0 commit comments

Comments
 (0)