summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commitf3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/netipx
parent7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff)
downloadFreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip
FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx.h4
-rw-r--r--sys/netipx/spx.h4
-rw-r--r--sys/netipx/spx_timer.h6
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index 83fa014..b0b5b64 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -33,7 +33,7 @@
*
* @(#)ipx.h
*
- * $Id: ipx.h,v 1.5 1995/11/24 12:25:02 bde Exp $
+ * $Id: ipx.h,v 1.6 1995/12/16 02:14:31 bde Exp $
*/
#ifndef _NETIPX_IPX_H_
@@ -132,7 +132,7 @@ struct sockaddr_ipx {
struct ipx {
u_short ipx_sum; /* Checksum */
u_short ipx_len; /* Length, in bytes, including header */
- u_char ipx_tc; /* Transport Crontrol (i.e. hop count) */
+ u_char ipx_tc; /* Transport Control (i.e. hop count) */
u_char ipx_pt; /* Packet Type (i.e. level 2 protocol) */
struct ipx_addr ipx_dna; /* Destination Network Address */
struct ipx_addr ipx_sna; /* Source Network Address */
diff --git a/sys/netipx/spx.h b/sys/netipx/spx.h
index 3ceb48a..31a1322 100644
--- a/sys/netipx/spx.h
+++ b/sys/netipx/spx.h
@@ -33,7 +33,7 @@
*
* @(#)spx.h
*
- * $Id: spx.h,v 1.5 1995/11/24 12:25:11 bde Exp $
+ * $Id: spx.h,v 1.6 1995/12/16 02:14:34 bde Exp $
*/
#ifndef _NETIPX_SPX_H_
@@ -131,7 +131,7 @@ struct spxpcb {
u_short s_swl1; /* == tcp snd_wl1 */
u_short s_swl2; /* == tcp snd_wl2 */
int s_cwmx; /* max allowable cwnd */
- int s_ssthresh; /* s_cwnd size threshhold for
+ int s_ssthresh; /* s_cwnd size threshold for
* slow start exponential-to-
* linear switch */
/* transmit timing stuff
diff --git a/sys/netipx/spx_timer.h b/sys/netipx/spx_timer.h
index f7012da..6a43d2d 100644
--- a/sys/netipx/spx_timer.h
+++ b/sys/netipx/spx_timer.h
@@ -33,7 +33,7 @@
*
* @(#)spx_timer.h
*
- * $Id: spx_timer.h,v 1.3 1995/10/31 23:36:45 julian Exp $
+ * $Id: spx_timer.h,v 1.4 1995/11/04 09:03:39 julian Exp $
*/
#ifndef _NETIPX_SPX_TIMER_H_
@@ -44,7 +44,7 @@
* down PR_SLOWHZ times a second.
*/
#define SPXT_REXMT 0 /* retransmit */
-#define SPXT_PERSIST 1 /* retransmit persistance */
+#define SPXT_PERSIST 1 /* retransmit persistence */
#define SPXT_KEEP 2 /* keep alive */
#define SPXT_2MSL 3 /* 2*msl quiet time timer */
@@ -91,7 +91,7 @@
if 0, no idea yet */
#define SPXTV_SRTTDFLT ( 3*PR_SLOWHZ) /* assumed RTT if no info */
-#define SPXTV_PERSMIN ( 5*PR_SLOWHZ) /* retransmit persistance */
+#define SPXTV_PERSMIN ( 5*PR_SLOWHZ) /* retransmit persistence */
#define SPXTV_PERSMAX ( 60*PR_SLOWHZ) /* maximum persist interval */
#define SPXTV_KEEP ( 75*PR_SLOWHZ) /* keep alive - 75 secs */
OpenPOWER on IntegriCloud