svn commit: r285677 - head/sys/netinet
Luigi Rizzo
luigi at FreeBSD.org
Sat Jul 18 15:28:33 UTC 2015
Author: luigi
Date: Sat Jul 18 15:28:32 2015
New Revision: 285677
URL: https://svnweb.freebsd.org/changeset/base/285677
Log:
fix a typo in a comment
Modified:
head/sys/netinet/ip_var.h
Modified: head/sys/netinet/ip_var.h
==============================================================================
--- head/sys/netinet/ip_var.h Sat Jul 18 15:27:12 2015 (r285676)
+++ head/sys/netinet/ip_var.h Sat Jul 18 15:28:32 2015 (r285677)
@@ -281,7 +281,7 @@ enum {
IPFW_IS_MASK = 0x30000000, /* which source ? */
IPFW_IS_DIVERT = 0x20000000,
IPFW_IS_DUMMYNET =0x10000000,
- IPFW_IS_PIPE = 0x08000000, /* pip1=1, queue = 0 */
+ IPFW_IS_PIPE = 0x08000000, /* pipe=1, queue = 0 */
};
#define MTAG_IPFW 1148380143 /* IPFW-tagged cookie */
#define MTAG_IPFW_RULE 1262273568 /* rule reference */
More information about the svn-src-all
mailing list