diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2012-01-05 11:42:34 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2012-01-05 11:42:34 +0000 |
| commit | 5a39f779b2f185895b0d219de337e140cf8ba7a4 (patch) | |
| tree | 2ae980c03c0869d9b84729c9b09e9dd9a5e20fc9 /sys/net/if_vlan.c | |
| parent | 15f6780ef43693043e2d6f538223bdab192877e8 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_vlan.c')
| -rw-r--r-- | sys/net/if_vlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index a226644d7ef0..d0c8877bb730 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; |
