Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2009 07:30:21 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196882 - head/sys/netipsec
Message-ID:  <200909060730.n867ULKm076539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909060730.n867ULKm076539>