patch-1.3.87 linux/net/ax25/af_ax25.c
Next file: linux/net/ax25/ax25_in.c
Previous file: linux/net/appletalk/ddp.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Fri Apr 12 09:49:48 1996
- Orig file:
v1.3.86/linux/net/ax25/af_ax25.c
- Orig date:
Wed Apr 10 17:02:26 1996
diff -u --recursive --new-file v1.3.86/linux/net/ax25/af_ax25.c linux/net/ax25/af_ax25.c
@@ -74,7 +74,7 @@
* "Most Buggiest Code You've Ever Seen" (TM)
* HaJo(DD8NE) Implementation of a T5 (idle) timer
* Joerg(DL1BKE) Renamed T5 to IDLE and changed behaviour:
- * the timer gets reloaded on every received or transmited
+ * the timer gets reloaded on every received or transmitted
* I frame for IP or NETROM. The idle timer is not active
* on "vanilla AX.25" connections. Furthermore added PACLEN
* to provide AX.25-layer based fragmentation (like WAMPES)
@@ -85,7 +85,7 @@
* To do:
* Restructure the ax25_rcv code to be cleaner/faster and
* copy only when needed.
- * Consider better arbitary protocol support.
+ * Consider better arbitrary protocol support.
*/
#include <linux/config.h>
@@ -348,7 +348,7 @@
}
/*
- * Look for any matching address - RAW sockets can bind to arbitary names
+ * Look for any matching address - RAW sockets can bind to arbitrary names
*/
static struct sock *ax25_addr_match(ax25_address *addr)
{
@@ -393,7 +393,7 @@
/*
* Deferred destroy.
*/
-void ax25_destory_socket(ax25_cb *);
+void ax25_destroy_socket(ax25_cb *);
/*
* Handler for deferred kills.
@@ -1670,7 +1670,7 @@
*/
skb_pull(skb, size_ax25_addr(&dp));
- /* For our port addreses ? */
+ /* For our port addresses ? */
if (ax25cmp(&dest, dev_addr) == 0)
mine = 1;
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