Skip to content

Commit 9ebb1db

Browse files
authored
Merge pull request #19 from cactusdualcore/patch-1
Fix typo
2 parents c252d7c + 8a30ac4 commit 9ebb1db

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)