Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[deliverable/linux.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;
This page took 0.025642 seconds and 5 git commands to generate.