patch-2.3.3 linux/drivers/net/de620.c

Next file: linux/drivers/net/sunhme.c
Previous file: linux/drivers/net/cosa.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.2/linux/drivers/net/de620.c linux/drivers/net/de620.c
@@ -664,7 +664,7 @@
 	if ((pagelink < first_rx_page) || (last_rx_page < pagelink)) {
 		/* Ouch... Forget it! Skip all and start afresh... */
 		printk("%s: Ring overrun? Restoring...\n", dev->name);
-		/* You win some, you loose some. And sometimes plenty... */
+		/* You win some, you lose some. And sometimes plenty... */
 		adapter_init(dev);
 		((struct net_device_stats *)(dev->priv))->rx_over_errors++;
 		return 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)