summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-01-05 11:42:34 +0000
committerrwatson <rwatson@FreeBSD.org>2012-01-05 11:42:34 +0000
commite3196d88828e276ddbcd21c347d95355ebbf9dac (patch)
tree2ae980c03c0869d9b84729c9b09e9dd9a5e20fc9 /sys/net
parent628c91bb51e73fbc8cae061c156984dbc42cc436 (diff)
downloadFreeBSD-src-e3196d88828e276ddbcd21c347d95355ebbf9dac.zip
FreeBSD-src-e3196d88828e276ddbcd21c347d95355ebbf9dac.tar.gz
Refine last comment.
Submitted by: joeld Sponsored by: ADARA Networks, Inc. MFC after: 3 days
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index a226644..d0c8877 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -1602,7 +1602,7 @@ vlan_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
* interface to be delegated to a jail without allowing the
* jail to change what underlying interface/VID it is
* associated with. We are not entirely convinced that this
- * is the right way to accomplish that goal policy goal.
+ * is the right way to accomplish that policy goal.
*/
if (ifp->if_vnet != ifp->if_home_vnet) {
error = EPERM;
OpenPOWER on IntegriCloud