Skip to content

Commit f4032bc

Browse files
authored
Rollup merge of rust-lang#147110 - SebastianSpeitel:patch-1, r=saethlin
Fix typo Noticed this when looking at the source on doc.rust-lang.org
2 parents f31963f + 3a20a4d commit f4032bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3234,7 +3234,7 @@ fn inlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>> {
32343234
}
32353235
}
32363236

3237-
// Used by `BufReader::spec_read_byte`, for which the `inline(ever)` is
3237+
// Used by `BufReader::spec_read_byte`, for which the `inline(never)` is
32383238
// important.
32393239
#[inline(never)]
32403240
fn uninlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>> {

0 commit comments

Comments
 (0)