svn commit: r204074 - head/sys/netipsec

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Feb 18 22:34:29 UTC 2010


Author: pjd
Date: Thu Feb 18 22:34:29 2010
New Revision: 204074
URL: http://svn.freebsd.org/changeset/base/204074

Log:
  Correct typo in comment.

Modified:
  head/sys/netipsec/keydb.h

Modified: head/sys/netipsec/keydb.h
==============================================================================
--- head/sys/netipsec/keydb.h	Thu Feb 18 22:31:43 2010	(r204073)
+++ head/sys/netipsec/keydb.h	Thu Feb 18 22:34:29 2010	(r204074)
@@ -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 */


More information about the svn-src-all mailing list