patch-1.3.87 linux/drivers/net/eepro.c
Next file: linux/drivers/net/eexpress.c
Previous file: linux/drivers/net/depca.c
Back to the patch index
Back to the overall index
-  Lines: 27
 -  Date:
Fri Apr 12 09:49:37 1996
 -  Orig file: 
v1.3.86/linux/drivers/net/eepro.c
 -  Orig date: 
Wed Apr 10 17:02:24 1996
 
diff -u --recursive --new-file v1.3.86/linux/drivers/net/eepro.c linux/drivers/net/eepro.c
@@ -841,7 +841,7 @@
 		/*
 		 *	We must make the kernel realise we had to move
 		 *	into promisc mode or we start all out war on
-		 *	the cable. If it was a promisc rewquest the
+		 *	the cable. If it was a promisc request the
 		 *	flag is already set. If not we assert it.
 		 */
 		dev->flags|=IFF_PROMISC;		
@@ -868,7 +868,7 @@
 		unsigned short status, *eaddrs;
 		int i, boguscount = 0;
 		
-		/* Disable RX and TX interrupts.  Neccessary to avoid
+		/* Disable RX and TX interrupts.  Necessary to avoid
 		   corruption of the HOST_ADDRESS_REG by interrupt
 		   service routines. */
 		outb(ALL_MASK, ioaddr + INT_MASK_REG);
@@ -1007,7 +1007,7 @@
 			tx_available = lp->tx_start - lp->tx_end;
 		else tx_available = XMT_RAM;
 
-		/* Disable RX and TX interrupts.  Neccessary to avoid
+		/* Disable RX and TX interrupts.  Necessary to avoid
 		   corruption of the HOST_ADDRESS_REG by interrupt
 		   service routines. */
 		outb(ALL_MASK, ioaddr + INT_MASK_REG);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this