summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_vlan.c')
-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