--- linux/drivers/net/natsemi.c.orig Tue Aug 6 18:50:13 2002 +++ linux/drivers/net/natsemi.c Tue Aug 6 18:50:38 2002 @@ -1685,7 +1685,7 @@ np->tx_config += 2; if (netif_msg_tx_err(np)) printk(KERN_NOTICE - "%s: increased Tx theshold, txcfg %#08x.\n", + "%s: increased Tx threshold, txcfg %#08x.\n", dev->name, np->tx_config); writel(np->tx_config, ioaddr + TxConfig); }