summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-02-18 22:34:29 +0000
committerpjd <pjd@FreeBSD.org>2010-02-18 22:34:29 +0000
commitc08e2cb27674c6db47936b0103ec6bcb1e221320 (patch)
treeff296bd08a8534424848b2b07ca5b2d32429a577 /sys/netipsec
parentaf7148d88fc4eef3cf14dcd2e7359971f0ff0a88 (diff)
downloadFreeBSD-src-c08e2cb27674c6db47936b0103ec6bcb1e221320.zip
FreeBSD-src-c08e2cb27674c6db47936b0103ec6bcb1e221320.tar.gz
Correct typo in comment.
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/keydb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h
index 35a0122..07e1f60 100644
--- a/sys/netipsec/keydb.h
+++ b/sys/netipsec/keydb.h
@@ -52,7 +52,7 @@ union sockaddr_union {
/* Security Assocciation Index */
/* NOTE: Ensure to be same address family */
struct secasindex {
- union sockaddr_union src; /* srouce address for SA */
+ union sockaddr_union src; /* source address for SA */
union sockaddr_union dst; /* destination address for SA */
u_int16_t proto; /* IPPROTO_ESP or IPPROTO_AH */
u_int8_t mode; /* mode of protocol, see ipsec.h */
OpenPOWER on IntegriCloud