summaryrefslogtreecommitdiffstats
path: root/sys/net/if_epair.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2010-01-10 12:03:53 +0000
committerbz <bz@FreeBSD.org>2010-01-10 12:03:53 +0000
commit8458b2914ed6f17f3f78f102fa4ea087cb4ffc67 (patch)
tree4c3eef78ef8843888ad1346d3edbb28e7e4f684a /sys/net/if_epair.c
parentc740e17b4fabc1f99d0b5ce94b7eaec0e1de1642 (diff)
downloadFreeBSD-src-8458b2914ed6f17f3f78f102fa4ea087cb4ffc67.zip
FreeBSD-src-8458b2914ed6f17f3f78f102fa4ea087cb4ffc67.tar.gz
Correct a typo.
MFC after: 5 days
Diffstat (limited to 'sys/net/if_epair.c')
-rw-r--r--sys/net/if_epair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_epair.c b/sys/net/if_epair.c
index 00f99fd..a6b7a7c 100644
--- a/sys/net/if_epair.c
+++ b/sys/net/if_epair.c
@@ -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);
OpenPOWER on IntegriCloud