Browse Source

Fix typo 'oeprations' ⇒ 'operations' (#6339)

Fix typo in crates/runtime/src/mmap/miri.rs on line 4  'oeprations' ⇒ 'operations'.
pull/6340/head
Dante Broggi 2 years ago
committed by GitHub
parent
commit
4b3c50b147
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      crates/runtime/src/mmap/miri.rs

2
crates/runtime/src/mmap/miri.rs

@ -1,7 +1,7 @@
//! A "dummy" implementation of mmaps for miri where "we do the best we can"
//!
//! Namely this uses `alloc` to allocate memory for the "mmap" specifically to
//! create page-aligned allocations. This allocation doesn't handle oeprations
//! create page-aligned allocations. This allocation doesn't handle operations
//! like becoming executable or becoming readonly or being created from files,
//! but it's enough to get various tests running relying on memories and such.

Loading…
Cancel
Save