diff --git a/src/ppc.rs b/src/ppc.rs index 618740c..b32cf75 100644 --- a/src/ppc.rs +++ b/src/ppc.rs @@ -18,7 +18,7 @@ pub struct DoubleFloat(F, F); /// . pub type DoubleDouble = DoubleFloat; -// These are legacy semantics for the Fallback, inaccrurate implementation of +// These are legacy semantics for the Fallback, inaccurate implementation of // IBM double-double, if the accurate DoubleDouble doesn't handle the // operation. It's equivalent to having an IEEE number with consecutive 106 // bits of mantissa and 11 bits of exponent.