Comment typo

This commit is contained in:
Oliver Schneider 2018-04-24 14:36:16 +02:00 committed by Oliver Schneider
parent 21c2b71405
commit 7def638e42
No known key found for this signature in database
GPG Key ID: 1D5CB4FC597C3004

View File

@ -20,7 +20,7 @@ use std::ops::Neg;
pub struct DoubleFloat<F>(F, F);
pub type DoubleDouble = DoubleFloat<ieee::Double>;
// 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.