From 8a30ac45e385607e97c601e7d56a2e2977ded922 Mon Sep 17 00:00:00 2001 From: Paul Buehne <64769435+cactusdualcore@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:39:59 +0100 Subject: [PATCH] Fix type 'inaccurate' was spelled 'inaccrurate' --- src/ppc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.