Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2012 11:42:35 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229587 - head/sys/net
Message-ID:  <201201051142.q05BgZ92033220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Thu Jan  5 11:42:34 2012
New Revision: 229587
URL: http://svn.freebsd.org/changeset/base/229587

Log:
  Refine last comment.
  
  Submitted by:	joeld
  Sponsored by:	ADARA Networks, Inc.
  MFC after:	3 days

Modified:
  head/sys/net/if_vlan.c

Modified: head/sys/net/if_vlan.c
==============================================================================
--- head/sys/net/if_vlan.c	Thu Jan  5 11:24:22 2012	(r229586)
+++ head/sys/net/if_vlan.c	Thu Jan  5 11:42:34 2012	(r229587)
@@ -1602,7 +1602,7 @@ vlan_ioctl(struct ifnet *ifp, u_long cmd
 		 * 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201051142.q05BgZ92033220>