Skip to content

Commit 3a90622

Browse files
committed
comment
1 parent 6cdb841 commit 3a90622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/type.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,10 @@ struct meminst {
564564

565565
/*
566566
* meminst->allocated is the number of bytes actually
567-
* allocated meminst->data. it can be smaller than size_in_bytes
567+
* allocated for meminst->data. it can be smaller than size_in_bytes
568568
* in case of sub-page allocation. wasm page size (64KB) is a bit
569569
* too large for small use cases. the sub-page allocation is an
570-
* implementation detail which is not visible to the wasm instance.
570+
* implementation detail which is not visible to the wasm modules.
571571
*/
572572
size_t allocated;
573573
const struct memtype *type;

0 commit comments

Comments
 (0)