svn commit: r202480 - stable/8/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jan 17 13:38:11 UTC 2010


Author: bz
Date: Sun Jan 17 13:38:11 2010
New Revision: 202480
URL: http://svn.freebsd.org/changeset/base/202480

Log:
  MFC r201995:
    Correct a typo.

Modified:
  stable/8/sys/net/if_epair.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/net/if_epair.c
==============================================================================
--- stable/8/sys/net/if_epair.c	Sun Jan 17 13:36:40 2010	(r202479)
+++ stable/8/sys/net/if_epair.c	Sun Jan 17 13:38:11 2010	(r202480)
@@ -323,7 +323,7 @@ epair_add_ifp_for_draining(struct ifnet 
 	STAILQ_FOREACH(elm, &epair_dpcpu->epair_ifp_drain_list, ifp_next)
 		if (elm->ifp == ifp)
 			break;
-	/* If the ipf is there already, return success. */
+	/* If the ifp is there already, return success. */
 	if (elm != NULL)
 		return (0);
 


More information about the svn-src-all mailing list