summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-10-11 12:00:53 +0000
committermaxim <maxim@FreeBSD.org>2006-10-11 12:00:53 +0000
commit69b55f4fa1ced3348aec046fa4c9b02c1d9b9e95 (patch)
treec535a5a9824d0bef08b63a02a99ced721bcc4146
parentdd217a525406b95d9802d1a30c7b060b3957c186 (diff)
downloadFreeBSD-src-69b55f4fa1ced3348aec046fa4c9b02c1d9b9e95.zip
FreeBSD-src-69b55f4fa1ced3348aec046fa4c9b02c1d9b9e95.tar.gz
o Kill a nit in the comment.
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index ef23865..eb292a4 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -1523,7 +1523,7 @@ install_state(struct ip_fw *rule, ipfw_insn_limit *cmd,
/*
* XXX IPv6 flows are not
* supported yet.
- * */
+ */
if (IS_IP6_FLOW_ID(&(args->f_id))) {
snprintf(src, sizeof(src),
"[%s]", ip6_sprintf(
OpenPOWER on IntegriCloud