summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-09 19:53:53 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-09 19:53:53 +0000
commitccb02065f8e9097b1e6c1eccd62d2b4db6c86020 (patch)
tree009d181118b45da5ce7dbd556f9cf274eff2a6e1 /arch/mips/sgi/kernel/setup.c
parent9f902208226da3190d6d7c1092609629c44029b7 (diff)
Another typo fix; patch again from Alan.
Diffstat (limited to 'arch/mips/sgi/kernel/setup.c')
-rw-r--r--arch/mips/sgi/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c
index 1de0660b2..c6ae803d2 100644
--- a/arch/mips/sgi/kernel/setup.c
+++ b/arch/mips/sgi/kernel/setup.c
@@ -156,7 +156,7 @@ static unsigned long dosample(volatile unsigned char *tcwp,
*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;