tree-wide: fix assorted typos all over the place
[linux-2.6-block.git] / drivers / net / stmmac / gmac.c
index b624bb5bae0a075a53312f88aaf2f96b9ef87d63..52586ee68953f703cdbdc47b86ea96a403cbf55b 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)