summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2009-09-06 07:30:21 +0000
committerpjd <pjd@FreeBSD.org>2009-09-06 07:30:21 +0000
commit78cb45a022757ba6fc9297cf3af4380f2adcdfae (patch)
tree943397f506e71d3c43aa7f5c283dd24d82ec63d5 /sys/netipsec
parentce8377f813c4b712430f347b375f7f3dfcee9198 (diff)
downloadFreeBSD-src-78cb45a022757ba6fc9297cf3af4380f2adcdfae.zip
FreeBSD-src-78cb45a022757ba6fc9297cf3af4380f2adcdfae.tar.gz
Correct typo in comment.
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/ipsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h
index 97756e5..92539b9 100644
--- a/sys/netipsec/ipsec.h
+++ b/sys/netipsec/ipsec.h
@@ -61,7 +61,7 @@
* specifies ICMPv6 type, and the port field in "dst" specifies ICMPv6 code.
*/
struct secpolicyindex {
- u_int8_t dir; /* direction of packet flow, see blow */
+ u_int8_t dir; /* direction of packet flow, see below */
union sockaddr_union src; /* IP src address for SP */
union sockaddr_union dst; /* IP dst address for SP */
u_int8_t prefs; /* prefix length in bits for src */
OpenPOWER on IntegriCloud