patch-1.3.95 linux/drivers/isdn/pcbit/capi.c
Next file: linux/drivers/isdn/pcbit/capi.h
Previous file: linux/drivers/isdn/pcbit/callbacks.h
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Tue Apr 23 12:31:35 1996
- Orig file:
v1.3.94/linux/drivers/isdn/pcbit/capi.c
- Orig date:
Sun Apr 21 19:22:07 1996
diff -u --recursive --new-file v1.3.94/linux/drivers/isdn/pcbit/capi.c linux/drivers/isdn/pcbit/capi.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.
@@ -90,12 +90,12 @@
*((ushort*) skb_put(*skb, 2)) = AppInfoMask;
- /* Bearer Capbility - Mandatory*/
+ /* Bearer Capability - Mandatory*/
*(skb_put(*skb, 1)) = 2; /* BC0.Length */
*(skb_put(*skb, 1)) = 0x88; /* BC0.Octect3 - Digital Information */
*(skb_put(*skb, 1)) = 0x90; /* BC0.Octect4 - */
- /* Bearer Capbility - Optional*/
+ /* Bearer Capability - Optional*/
*(skb_put(*skb, 1)) = 0; /* BC1.Length = 0 */
*(skb_put(*skb, 1)) = 1; /* ChannelID.Length = 1 */
@@ -414,7 +414,7 @@
skb_pull(skb, CIlen + 1);
/* Calling Party Number */
- /* An "aditional service" as far as Portugal Telecom is concerned */
+ /* An "additional service" as far as Portugal Telecom is concerned */
len = skb->data[0];
@@ -504,7 +504,7 @@
skb_pull(skb, 1);
/* FIX ME */
- /* This is actualy a firmware bug */
+ /* This is actually a firmware bug */
if (!*complete)
{
printk(KERN_DEBUG "complete=%02x\n", *complete);
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