Skip to content

Commit ff9de45

Browse files
committed
Fix copy+pasta in a documentation comment.
1 parent 4ba75aa commit ff9de45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mm/msync.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use core::ffi::c_void;
1111

1212
pub use imp::mm::types::MsyncFlags;
1313

14-
/// `msync(addr, len, flags)`—Declares an expected access pattern
15-
/// for a memory-mapped file.
14+
/// `msync(addr, len, flags)`—Synchronizes a memory-mapping with its backing
15+
/// storage.
1616
///
1717
/// # Safety
1818
///

0 commit comments

Comments
 (0)