summaryrefslogtreecommitdiff
path: root/sys/netns
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commit6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/netns
parent09b5920411b857421036b7143f6cf39b5e264961 (diff)
Notes
Diffstat (limited to 'sys/netns')
-rw-r--r--sys/netns/idp.h4
-rw-r--r--sys/netns/ns.h4
-rw-r--r--sys/netns/spp_var.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/netns/idp.h b/sys/netns/idp.h
index 96b8694d2fc7..2efa0af9f671 100644
--- a/sys/netns/idp.h
+++ b/sys/netns/idp.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)idp.h 8.1 (Berkeley) 6/10/93
- * $Id: idp.h,v 1.2 1994/08/02 07:51:40 davidg Exp $
+ * $Id: idp.h,v 1.3 1994/08/21 06:22:05 paul Exp $
*/
#ifndef _NETNS_IDP_H_
@@ -43,7 +43,7 @@
struct idp {
u_short idp_sum; /* Checksum */
u_short idp_len; /* Length, in bytes, including header */
- u_char idp_tc; /* Transport Crontrol (i.e. hop count) */
+ u_char idp_tc; /* Transport Control (i.e. hop count) */
u_char idp_pt; /* Packet Type (i.e. level 2 protocol) */
struct ns_addr idp_dna; /* Destination Network Address */
struct ns_addr idp_sna; /* Source Network Address */
diff --git a/sys/netns/ns.h b/sys/netns/ns.h
index 87e849d9229f..94e5290b09b7 100644
--- a/sys/netns/ns.h
+++ b/sys/netns/ns.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ns.h 8.1 (Berkeley) 6/10/93
- * $Id: ns.h,v 1.5 1995/10/26 20:31:44 julian Exp $
+ * $Id: ns.h,v 1.6 1995/11/21 12:54:28 bde Exp $
*/
#ifndef _NETNS_NS_H_
@@ -63,7 +63,7 @@
#define NSPORT_RE 3 /* Router Error */
/*
- * Ports < NSPORT_RESERVED are reserved for priveleged
+ * Ports < NSPORT_RESERVED are reserved for privileged
* processes (e.g. root).
*/
#define NSPORT_RESERVED 3000
diff --git a/sys/netns/spp_var.h b/sys/netns/spp_var.h
index f92d0ff4ea12..a343e7fd97d9 100644
--- a/sys/netns/spp_var.h
+++ b/sys/netns/spp_var.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)spp_var.h 8.1 (Berkeley) 6/10/93
- * $Id: spp_var.h,v 1.3 1994/08/21 06:22:12 paul Exp $
+ * $Id: spp_var.h,v 1.4 1995/07/29 11:42:01 bde Exp $
*/
#ifndef _NETNS_SPP_VAR_H_
@@ -83,7 +83,7 @@ struct sppcb {
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