]> git.lizzy.rs Git - rust.git/commitdiff
Comment typo
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 24 Apr 2018 12:36:16 +0000 (14:36 +0200)
committerOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>
Mon, 30 Apr 2018 16:18:32 +0000 (18:18 +0200)
src/librustc_apfloat/ppc.rs

index dec88eb62cc60ef94eecf6a5517544c35951dd08..e662088e82fb09724338560c36cddb60e7641965 100644 (file)
@@ -20,7 +20,7 @@
 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.