summaryrefslogtreecommitdiff
path: root/arch/parisc/math-emu/sfadd.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-04-30 22:07:18 +0300
committerHelge Deller <deller@gmx.de>2022-05-08 21:01:12 +0300
commita65bcad5421507c2f6c52e1e2ca6a6ce02fd1ad6 (patch)
tree4c05421a91777f774bec0324ba485161638e4d36 /arch/parisc/math-emu/sfadd.c
parent234ff4c585d704896450a3634a7c29fa4e1907e1 (diff)
downloadlinux-a65bcad5421507c2f6c52e1e2ca6a6ce02fd1ad6.tar.xz
parisc: Fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/math-emu/sfadd.c')
-rw-r--r--arch/parisc/math-emu/sfadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/math-emu/sfadd.c b/arch/parisc/math-emu/sfadd.c
index 838758279d5b..9b98c874dfac 100644
--- a/arch/parisc/math-emu/sfadd.c
+++ b/arch/parisc/math-emu/sfadd.c
@@ -249,7 +249,7 @@ sgl_fadd(
return(NOEXCEPTION);
}
right_exponent = 1; /* Set exponent to reflect different bias
- * with denomalized numbers. */
+ * with denormalized numbers. */
}
else
{