patch-1.3.95 linux/drivers/isdn/pcbit/edss1.c
Next file: linux/drivers/isdn/pcbit/edss1.h
Previous file: linux/drivers/isdn/pcbit/drv.c
Back to the patch index
Back to the overall index
- Lines: 59
- Date:
Tue Apr 23 12:31:35 1996
- Orig file:
v1.3.94/linux/drivers/isdn/pcbit/edss1.c
- Orig date:
Sun Apr 21 19:22:07 1996
diff -u --recursive --new-file v1.3.94/linux/drivers/isdn/pcbit/edss1.c linux/drivers/isdn/pcbit/edss1.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 1996 Universidade de Lisboa
*
- * Writen by Pedro Roque Marques (roque@di.fc.ul.pt)
+ * Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distributed according to the terms of
* the GNU Public License, incorporated herein by reference.
@@ -105,7 +105,7 @@
{0x1b,"Destination out of order"},
{0x1c,"Invalid number format (address incomplete)"},
{0x1d,"Facility rejected"},
- {0x1e,"Response to Status enuiry"},
+ {0x1e,"Response to Status enquiry"},
{0x1f,"Normal, unspecified"},
{0x22,"No circuit/channel available"},
{0x26,"Network out of order"},
@@ -121,7 +121,7 @@
{0x32,"Requested facility not subscribed"},
{0x35,"Outgoing calls barred within CUG"},
{0x37,"Incoming calls barred within CUG"},
- {0x39,"Bearer capability not auhorized"},
+ {0x39,"Bearer capability not authorized"},
{0x3a,"Bearer capability not presently available"},
{0x3e,"Inconsistency in designated outgoing access information and subscriber class"},
{0x3f,"Service or option not available, unspecified"},
@@ -166,10 +166,10 @@
{EV_USR_RELEASE_REQ, "CC->L3: Release Request"},
{EV_NET_SETUP, "NET->TE: setup "},
- {EV_NET_CALL_PROC, "NET->TE: call proceding"},
- {EV_NET_SETUP_ACK, "NET->TE: setup acknowlegde (more info needed)"},
+ {EV_NET_CALL_PROC, "NET->TE: call proceeding"},
+ {EV_NET_SETUP_ACK, "NET->TE: setup acknowledge (more info needed)"},
{EV_NET_CONN, "NET->TE: connect"},
- {EV_NET_CONN_ACK, "NET->TE: connect aknowlegde"},
+ {EV_NET_CONN_ACK, "NET->TE: connect acknowledge"},
{EV_NET_DISC, "NET->TE: disconnect indication"},
{EV_NET_RELEASE, "NET->TE: release"},
{EV_NET_RELEASE_COMP, "NET->TE: release complete"},
@@ -217,7 +217,7 @@
{ST_CALL_PROC, ST_NULL, EV_NET_DISC, cb_disc_1},
{ST_CALL_PROC, ST_DISC_REQ, EV_USR_RELEASE_REQ, cb_disc_2},
- /* Incomming */
+ /* Incoming */
{ST_NULL, ST_CALL_PRES, EV_NET_SETUP, NULL},
{ST_CALL_PRES, ST_INCM_PROC, EV_USR_PROCED_REQ, cb_in_1},
@@ -270,7 +270,7 @@
dev = chan2dev(chan);
if (dev == NULL) {
- printk(KERN_WARNING "pcbit: timer for unkown device\n");
+ printk(KERN_WARNING "pcbit: timer for unknown device\n");
return;
}
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