Author: jhb
Date: Tue Aug 21 19:07:28 2012
New Revision: 239519
URL: http://svn.freebsd.org/changeset/base/239519

Log:
  Fix a silly grammar bogon.
  
  Submitted by: Stephen McKay

Modified:
  head/sys/net/if_vlan.c

Modified: head/sys/net/if_vlan.c
==============================================================================
--- head/sys/net/if_vlan.c      Tue Aug 21 19:03:04 2012        (r239518)
+++ head/sys/net/if_vlan.c      Tue Aug 21 19:07:28 2012        (r239519)
@@ -1339,7 +1339,7 @@ vlan_unconfig_locked(struct ifnet *ifp, 
                while ((mc = SLIST_FIRST(&ifv->vlan_mc_listhead)) != NULL) {
                        /*
                         * If the parent interface is being detached,
-                        * all it's multicast addresses have already
+                        * all its multicast addresses have already
                         * been removed.  Warn about errors if
                         * if_delmulti() does fail, but don't abort as
                         * all callers expect vlan destruction to
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to