diff --git a/sys/net/if_epair.c b/sys/net/if_epair.c index 00f99fdfa5c0..a6b7a7c86cf5 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);