Correct a typo.

MFC after:	5 days
This commit is contained in:
Bjoern A. Zeeb 2010-01-10 12:03:53 +00:00
parent 2d0163ee22
commit 3c20163a70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201995

View File

@ -323,7 +323,7 @@ epair_add_ifp_for_draining(struct ifnet *ifp)
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);