Skip to content

Commit 3a20a4d

Browse files
Fix typo
1 parent 4082d6a commit 3a20a4d

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)