summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-02-17 18:07:38 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-02-17 18:07:38 +0000
commit47706ecaf12d67a399225153e56f1d84398bfc5a (patch)
tree91e2d50aef16270c2a3d54804708488e708251ce /sys/netinet
parent9a1e8d3a36cfe08049fdc4373b501abf7b1454c1 (diff)
miscellaneous typo fixes:
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_spd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_spd.c b/sys/netinet/ip_spd.c
index 357a567cdf4..d5fb0d5f58f 100644
--- a/sys/netinet/ip_spd.c
+++ b/sys/netinet/ip_spd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_spd.c,v 1.50 2004/06/21 23:50:37 tholo Exp $ */
+/* $OpenBSD: ip_spd.c,v 1.51 2005/02/17 18:07:36 jfb Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@ -64,7 +64,7 @@ int ipsec_acquire_pool_initialized = 0;
/*
* Lookup at the SPD based on the headers contained on the mbuf. The second
* argument indicates what protocol family the header at the beginning of
- * the mbuf is. hlen is the the offset of the transport protocol header
+ * the mbuf is. hlen is the offset of the transport protocol header
* in the mbuf.
*
* Return combinations (of return value and in *error):