patch-1.3.87 linux/drivers/isdn/isdn_tty.c
Next file: linux/drivers/isdn/teles/isdnl3.c
Previous file: linux/drivers/isdn/isdn_ppp.c
Back to the patch index
Back to the overall index
-  Lines: 36
 -  Date:
Fri Apr 12 09:49:36 1996
 -  Orig file: 
v1.3.86/linux/drivers/isdn/isdn_tty.c
 -  Orig date: 
Mon Feb 26 12:31:19 1996
 
diff -u --recursive --new-file v1.3.86/linux/drivers/isdn/isdn_tty.c linux/drivers/isdn/isdn_tty.c
@@ -402,7 +402,7 @@
 				bufptr = info->xmit_buf;
 				buflen = info->xmit_count;
 				if (dev->mdm.atmodem[i].mdmreg[13] & 2) {
-					/* Add T.70 simplyfied header */
+					/* Add T.70 simplified header */
 
 #ifdef ISDN_DEBUG_MODEM_DUMP
 					isdn_dumppkt("T70pack1:", bufptr, buflen, 40);
@@ -1208,7 +1208,7 @@
 
 /*
  * An incoming call-request has arrived.
- * Search the tty-devices for an aproppriate device and bind
+ * Search the tty-devices for an appropriate device and bind
  * it to the ISDN-Channel.
  * Return Index to dev->mdm or -1 if none found.
  */
@@ -2008,7 +2008,7 @@
 						bufptr = info->xmit_buf;
 						buflen = info->xmit_count;
 						if (dev->mdm.atmodem[midx].mdmreg[13] & 2) {
-							/* Add T.70 simplyfied header */
+							/* Add T.70 simplified header */
 #ifdef ISDN_DEBUG_MODEM_DUMP
 							isdn_dumppkt("T70pack3:", bufptr, buflen, 40);
 #endif
@@ -2041,7 +2041,7 @@
 #if FUTURE
 /*
  * A packet has been output successfully.
- * Search the tty-devices for an aproppriate device, decrement it's
+ * Search the tty-devices for an appropriate device, decrement its
  * counter for outstanding packets, and set CTS if this counter reaches 0.
  */
 void isdn_tty_bsent(int drv, int chan)
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