patch-2.4.20 linux-2.4.20/arch/mips/math-emu/dp_add.c
Next file: linux-2.4.20/arch/mips/math-emu/dp_cmp.c
Previous file: linux-2.4.20/arch/mips/math-emu/cp1emu.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/math-emu/dp_add.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/math-emu/dp_add.c linux-2.4.20/arch/mips/math-emu/dp_add.c
@@ -70,7 +70,7 @@
return x;
- /* Inifity handeling
+ /* Inifity handeling
*/
case CLPAIR(IEEE754_CLASS_INF, IEEE754_CLASS_INF):
@@ -89,7 +89,7 @@
case CLPAIR(IEEE754_CLASS_INF, IEEE754_CLASS_DNORM):
return x;
- /* 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)