summaryrefslogtreecommitdiffstats
path: root/arch/parisc/math-emu/sfsqrt.c
diff options
context:
space:
mode:
authorSimon Arlott <simon@fire.lp0.eu>2007-05-11 21:42:34 +0200
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-05-23 04:52:16 +0200
commit7022672e4046fac4699aa5f8ff2a5213b7ec4ff9 (patch)
tree2df6e94faf275ebab1ff61a211323f5b758ae909 /arch/parisc/math-emu/sfsqrt.c
parent[PARISC] Disable LWS debugging (diff)
downloadlinux-7022672e4046fac4699aa5f8ff2a5213b7ec4ff9.tar.xz
linux-7022672e4046fac4699aa5f8ff2a5213b7ec4ff9.zip
[PARISC] spelling fixes: arch/parisc/
Spelling fixes in arch/parisc/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Acked-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/math-emu/sfsqrt.c')
-rw-r--r--arch/parisc/math-emu/sfsqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/math-emu/sfsqrt.c b/arch/parisc/math-emu/sfsqrt.c
index cd3f6db1f6fb..4657a12c9107 100644
--- a/arch/parisc/math-emu/sfsqrt.c
+++ b/arch/parisc/math-emu/sfsqrt.c
@@ -76,7 +76,7 @@ sgl_fsqrt(
}
/*
* Return quiet NaN or positive infinity.
- * Fall thru to negative test if negative infinity.
+ * Fall through to negative test if negative infinity.
*/
if (Sgl_iszero_sign(src) || Sgl_isnotzero_mantissa(src)) {
*dstptr = src;