We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cd01a1 + 3b00f37 commit 2143ffeCopy full SHA for 2143ffe
src/sys/uio.rs
@@ -76,7 +76,7 @@ pub fn pwrite(fd: RawFd, buf: &[u8], offset: off_t) -> Result<usize> {
76
Errno::result(res).map(|r| r as usize)
77
}
78
79
-/// Low-level write to a file, with specified offset.
+/// Low-level read from a file, with specified offset.
80
///
81
/// See also [pread(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html)
82
// TODO: move to unistd
0 commit comments