Browse Source

dm9000: fix a typo

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Barry Song 10 years ago
parent
commit
7b9018738e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/davicom/dm9000.c

+ 1 - 1
drivers/net/ethernet/davicom/dm9000.c

@@ -1226,7 +1226,7 @@ static irqreturn_t dm9000_interrupt(int irq, void *dev_id)
 	if (int_status & ISR_PRS)
 	if (int_status & ISR_PRS)
 		dm9000_rx(dev);
 		dm9000_rx(dev);
 
 
-	/* Trnasmit Interrupt check */
+	/* Transmit Interrupt check */
 	if (int_status & ISR_PTS)
 	if (int_status & ISR_PTS)
 		dm9000_tx_done(dev, db);
 		dm9000_tx_done(dev, db);