Skip to content

Commit 034e848

Browse files
committed
Auto merge of rust-lang#119313 - matthiaskrgr:rollup-41x48j6, r=matthiaskrgr
Rollup of 3 pull requests Successful merges: - rust-lang#119287 (Fix doc typo for read_exact_at) - rust-lang#119294 (fix `./configure --set change-id`) - rust-lang#119303 (Update sysinfo) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 2b75947 + 946a144 commit 034e848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/unix/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub trait FileExt {
6868
io::default_read_vectored(|b| self.read_at(b, offset), bufs)
6969
}
7070

71-
/// Reads the exact number of byte required to fill `buf` from the given offset.
71+
/// Reads the exact number of bytes required to fill `buf` from the given offset.
7272
///
7373
/// The offset is relative to the start of the file and thus independent
7474
/// from the current cursor.

0 commit comments

Comments
 (0)