patch-2.4.20 linux-2.4.20/arch/mips/math-emu/sp_div.c

Next file: linux-2.4.20/arch/mips/math-emu/sp_fdp.c
Previous file: linux-2.4.20/arch/mips/math-emu/sp_cmp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/math-emu/sp_div.c linux-2.4.20/arch/mips/math-emu/sp_div.c
@@ -69,7 +69,7 @@
 		return x;
 
 
-		/* Infinity handeling 
+		/* Infinity handeling
 		 */
 
 	case CLPAIR(IEEE754_CLASS_INF, IEEE754_CLASS_INF):
@@ -86,7 +86,7 @@
 	case CLPAIR(IEEE754_CLASS_INF, IEEE754_CLASS_DNORM):
 		return ieee754sp_inf(xs ^ ys);
 
-		/* Zero handeling 
+		/* Zero handeling
 		 */
 
 	case CLPAIR(IEEE754_CLASS_ZERO, IEEE754_CLASS_ZERO):

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)