diff options
author | Julia Lawall <[email protected]> | 2022-04-30 21:07:18 +0200 |
---|---|---|
committer | Helge Deller <[email protected]> | 2022-05-08 20:01:12 +0200 |
commit | a65bcad5421507c2f6c52e1e2ca6a6ce02fd1ad6 (patch) | |
tree | 4c05421a91777f774bec0324ba485161638e4d36 /arch/parisc/math-emu/sfsub.c | |
parent | 234ff4c585d704896450a3634a7c29fa4e1907e1 (diff) |
parisc: Fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'arch/parisc/math-emu/sfsub.c')
-rw-r--r-- | arch/parisc/math-emu/sfsub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/math-emu/sfsub.c b/arch/parisc/math-emu/sfsub.c index 583d3ace4634..29d9eed09d12 100644 --- a/arch/parisc/math-emu/sfsub.c +++ b/arch/parisc/math-emu/sfsub.c @@ -252,7 +252,7 @@ sgl_fsub( return(NOEXCEPTION); } right_exponent = 1; /* Set exponent to reflect different bias - * with denomalized numbers. */ + * with denormalized numbers. */ } else { |