Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from wasmerio/nlewycky-patch-1
Browse files Browse the repository at this point in the history
Fix word order in comment.
  • Loading branch information
syrusakbary authored Apr 23, 2020
2 parents 06ac10d + 5c9950d commit 8ad2656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/src/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl LinearMemory {
}
}

/// Get the memory host as mutable pointer
/// Get the host memory as mutable pointer
///
/// This function is used in the `wasmer_runtime::Instance` to retrieve
/// the host memory pointer and interact with the host memory directly.
Expand Down

0 comments on commit 8ad2656

Please sign in to comment.