svn commit: r196882 - head/sys/netipsec

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Sep 6 07:30:21 UTC 2009


Author: pjd
Date: Sun Sep  6 07:30:21 2009
New Revision: 196882
URL: http://svn.freebsd.org/changeset/base/196882

Log:
  Correct typo in comment.

Modified:
  head/sys/netipsec/ipsec.h

Modified: head/sys/netipsec/ipsec.h
==============================================================================
--- head/sys/netipsec/ipsec.h	Sun Sep  6 07:29:22 2009	(r196881)
+++ head/sys/netipsec/ipsec.h	Sun Sep  6 07:30:21 2009	(r196882)
@@ -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 */


More information about the svn-src-head mailing list