fix a typo in a comment

This commit is contained in:
Luigi Rizzo 2015-07-18 15:28:32 +00:00
parent bd425507b7
commit a6e8e92404
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285677

View File

@ -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 */