summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 18:05:43 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 18:05:43 +0000
commitd9c9113377a2f19d01848ae8dcc470e9306ce932 (patch)
tree3bd5a1b080e3f0e8e4c5ca5a06e77b298320c545 /sys/net/if_lagg.c
parent28c014925a3f81792d7e34d604dec6030f5c5121 (diff)
downloadFreeBSD-src-d9c9113377a2f19d01848ae8dcc470e9306ce932.zip
FreeBSD-src-d9c9113377a2f19d01848ae8dcc470e9306ce932.tar.gz
sys/net*: minor spelling fixes.
No functional change.
Diffstat (limited to 'sys/net/if_lagg.c')
-rw-r--r--sys/net/if_lagg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_lagg.c b/sys/net/if_lagg.c
index 0477122..8b81abf 100644
--- a/sys/net/if_lagg.c
+++ b/sys/net/if_lagg.c
@@ -2031,7 +2031,7 @@ lagg_fail_input(struct lagg_softc *sc, struct lagg_port *lp, struct mbuf *m)
if (!LAGG_PORTACTIVE(sc->sc_primary)) {
tmp_tp = lagg_link_active(sc, sc->sc_primary);
/*
- * If tmp_tp is null, we've recieved a packet when all
+ * If tmp_tp is null, we've received a packet when all
* our links are down. Weird, but process it anyways.
*/
if ((tmp_tp == NULL || tmp_tp == lp)) {
OpenPOWER on IntegriCloud