mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
m68k: math-emu: Fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220430191122.8667-7-Julia.Lawall@inria.fr Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
c862fe70b0
commit
4fbdb1a9e9
@ -243,7 +243,7 @@ fp_fdiv(struct fp_ext *dest, struct fp_ext *src)
|
||||
/* infinity / infinity = NaN (quiet, as always) */
|
||||
if (IS_INF(src))
|
||||
fp_set_nan(dest);
|
||||
/* infinity / anything else = infinity (with approprate sign) */
|
||||
/* infinity / anything else = infinity (with appropriate sign) */
|
||||
return dest;
|
||||
}
|
||||
if (IS_INF(src)) {
|
||||
|
Loading…
Reference in New Issue
Block a user