]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/parisc/math-emu/sfsqrt.c
[PARISC] spelling fixes: arch/parisc/
[linux-2.6-omap-h63xx.git] / arch / parisc / math-emu / sfsqrt.c
index cd3f6db1f6fb963828805a7d9fc943d8450f53a0..4657a12c9107feae35a9b497bf6710b3f3b8a1e3 100644 (file)
@@ -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;