From e3196d88828e276ddbcd21c347d95355ebbf9dac Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 5 Jan 2012 11:42:34 +0000 Subject: Refine last comment. Submitted by: joeld Sponsored by: ADARA Networks, Inc. MFC after: 3 days --- sys/net/if_vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net') 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; -- cgit v1.1