patch-1.3.87 linux/drivers/net/slip.c
Next file: linux/drivers/net/slip.h
Previous file: linux/drivers/net/sk_g16.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 12 09:49:39 1996
- Orig file:
v1.3.86/linux/drivers/net/slip.c
- Orig date:
Tue Apr 2 13:32:21 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/net/slip.c linux/drivers/net/slip.c
@@ -1339,7 +1339,7 @@
{
/*
* VSV = if dev->start==0, then device
- * unregistred while close proc.
+ * unregistered while close proc.
*/
if (slip_ctrls[i]->dev.start)
unregister_netdev(&(slip_ctrls[i]->dev));
@@ -1375,7 +1375,7 @@
{
if( test_bit(SLF_OUTWAIT, &sl->flags) )
{
- /* no packets was transmited, do outfill */
+ /* no packets were transmitted, do outfill */
#ifdef CONFIG_SLIP_MODE_SLIP6
unsigned char s = (sl->mode & SL_MODE_SLIP6)?0x70:END;
#else
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