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

Commit

Permalink
Fix word order in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky authored Apr 22, 2020
1 parent 7f4fa66 commit 5c9950d
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 5c9950d

Please sign in to comment.