Skip to content

Commit 6aa391a

Browse files
authored
fix typo
1 parent 290fe91 commit 6aa391a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/src/num/f32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ impl f32 {
10211021
not(target_feature = "vfp2")))] {
10221022
// some 32-bit ARM architectures don't have native double-precision floats
10231023
// so fall back to a similar algorithm as in f64, but using f32
1024-
// This should only differ in the NaNs specific NaNs reported.
1024+
// This should only differ in the specific NaNs reported.
10251025

10261026
const LO: f32 = f32::MIN_POSITIVE * 2.;
10271027
const HI: f32 = f32::MAX / 2.;

0 commit comments

Comments
 (0)