Skip to content

Commit 8a30ac4

Browse files
Fix type
'inaccurate' was spelled 'inaccrurate'
1 parent c252d7c commit 8a30ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ppc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub struct DoubleFloat<F>(F, F);
1818
/// <https://www.ibm.com/docs/en/aix/7.3?topic=sepl-128-bit-long-double-floating-point-data-type>.
1919
pub type DoubleDouble = DoubleFloat<ieee::Double>;
2020

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

0 commit comments

Comments
 (0)