We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c2b71 commit 7def638Copy full SHA for 7def638
src/librustc_apfloat/ppc.rs
@@ -20,7 +20,7 @@ use std::ops::Neg;
20
pub struct DoubleFloat<F>(F, F);
21
pub type DoubleDouble = DoubleFloat<ieee::Double>;
22
23
-// These are legacy semantics for the Fallback, inaccrurate implementation of
+// These are legacy semantics for the Fallback, inaccurate implementation of
24
// IBM double-double, if the accurate DoubleDouble doesn't handle the
25
// operation. It's equivalent to having an IEEE number with consecutive 106
26
// bits of mantissa and 11 bits of exponent.
0 commit comments