Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -104,7 +104,7 @@ ieee754dp ieee754dp_mul(ieee754dp x, ieee754dp y)
|
||||
case CLPAIR(IEEE754_CLASS_NORM, IEEE754_CLASS_NORM):
|
||||
break;
|
||||
}
|
||||
/* rm = xm * ym, re = xe+ye basicly */
|
||||
/* rm = xm * ym, re = xe+ye basically */
|
||||
assert(xm & DP_HIDDEN_BIT);
|
||||
assert(ym & DP_HIDDEN_BIT);
|
||||
{
|
||||
|
Reference in New Issue
Block a user