patch-2.4.20 linux-2.4.20/arch/mips/math-emu/sp_modf.c
Next file: linux-2.4.20/arch/mips/math-emu/sp_sub.c
Previous file: linux-2.4.20/arch/mips/math-emu/sp_frexp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/math-emu/sp_modf.c
- Orig date:
Fri Apr 13 20:26:07 2001
diff -urN linux-2.4.19/arch/mips/math-emu/sp_modf.c linux-2.4.20/arch/mips/math-emu/sp_modf.c
@@ -59,7 +59,7 @@
*ip = x;
return ieee754sp_zero(xs);
}
- /* generate ipart mantissa by clearing bottom bits
+ /* generate ipart mantissa by clearing bottom bits
*/
*ip = buildsp(xs, xe + SP_EBIAS,
((xm >> (SP_MBITS - xe)) << (SP_MBITS - xe)) &
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)