patch-2.4.3 linux/arch/mips/sgi/kernel/setup.c
Next file: linux/arch/mips64/defconfig
Previous file: linux/arch/mips/sgi/kernel/indy_sc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Mar 6 19:44:36 2001
- Orig file:
v2.4.2/linux/arch/mips/sgi/kernel/setup.c
- Orig date:
Wed Aug 9 13:46:02 2000
diff -u --recursive --new-file v2.4.2/linux/arch/mips/sgi/kernel/setup.c linux/arch/mips/sgi/kernel/setup.c
@@ -165,7 +165,7 @@
*tcwp = (SGINT_TCWORD_CNT2 | SGINT_TCWORD_CALL | SGINT_TCWORD_MSWST);
/* Return the difference, this is how far the r4k counter increments
- * for every 1/HZ seconds. We round off the the nearest 1 MHz of
+ * for every 1/HZ seconds. We round off the nearest 1 MHz of
* master clock (= 1000000 / 100 / 2 = 5000 count).
*/
return ((ct1 - ct0) / 5000) * 5000;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)