tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / net / stmmac / gmac.c
index b624bb5..52586ee 100644 (file)
@@ -112,7 +112,7 @@ static void gmac_dma_operation_mode(unsigned long ioaddr, int txmode,
                              " (threshold = %d)\n", txmode);
                csr6 &= ~DMA_CONTROL_TSF;
                csr6 &= DMA_CONTROL_TC_TX_MASK;
-               /* Set the transmit threashold */
+               /* Set the transmit threshold */
                if (txmode <= 32)
                        csr6 |= DMA_CONTROL_TTC_32;
                else if (txmode <= 64)