Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2010 12:03:53 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201995 - head/sys/net
Message-ID:  <201001101203.o0AC3rV2019641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sun Jan 10 12:03:53 2010
New Revision: 201995
URL: http://svn.freebsd.org/changeset/base/201995

Log:
  Correct a typo.
  
  MFC after:	5 days

Modified:
  head/sys/net/if_epair.c

Modified: head/sys/net/if_epair.c
==============================================================================
--- head/sys/net/if_epair.c	Sun Jan 10 11:25:34 2010	(r201994)
+++ head/sys/net/if_epair.c	Sun Jan 10 12:03:53 2010	(r201995)
@@ -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);
 



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