Spellchecking some comments
This PR attempts to clean up some minor spelling mistakes in comments
This commit is contained in:
parent
600ec28483
commit
7e8201ae0a
48 changed files with 61 additions and 61 deletions
|
@ -461,7 +461,7 @@ impl<S: Semantics> fmt::Display for IeeeFloat<S> {
|
|||
(combined / 10) as u32 as Limb
|
||||
});
|
||||
|
||||
// Reduce the sigificand to avoid wasting time dividing 0's.
|
||||
// Reduce the significand to avoid wasting time dividing 0's.
|
||||
while sig.last() == Some(&0) {
|
||||
sig.pop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue