Skip to content

Commit b837895

Browse files
authored
Merge pull request #564 from wasmerio/nlewycky-patch-1
Fix typo in comment.
2 parents 8a471cc + 4278004 commit b837895

File tree

1 file changed

+1
-1
lines changed
  • lib/runtime-core/src

1 file changed

+1
-1
lines changed

lib/runtime-core/src/vm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub struct InternalCtx {
7474
/// A pointer to an array of locally-defined globals, indexed by `GlobalIndex`.
7575
pub globals: *mut *mut LocalGlobal,
7676

77-
/// A pointer to an array of imported memories, indexed by `MemoryIndex,
77+
/// A pointer to an array of imported memories, indexed by `MemoryIndex`,
7878
pub imported_memories: *mut *mut LocalMemory,
7979

8080
/// A pointer to an array of imported tables, indexed by `TableIndex`.

0 commit comments

Comments
 (0)