Skip to content

Commit 7def638

Browse files
committed
Comment typo
1 parent 21c2b71 commit 7def638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_apfloat/ppc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use std::ops::Neg;
2020
pub struct DoubleFloat<F>(F, F);
2121
pub type DoubleDouble = DoubleFloat<ieee::Double>;
2222

23-
// These are legacy semantics for the Fallback, inaccrurate implementation of
23+
// These are legacy semantics for the Fallback, inaccurate implementation of
2424
// IBM double-double, if the accurate DoubleDouble doesn't handle the
2525
// operation. It's equivalent to having an IEEE number with consecutive 106
2626
// bits of mantissa and 11 bits of exponent.

0 commit comments

Comments
 (0)