]> Pileus Git - ~andy/linux/blobdiff - arch/parisc/math-emu/sfsqrt.c
Merge branch 'btrfs-3.0' into for-linus
[~andy/linux] / 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;