aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bce
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:40:34 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:40:34 +0000
commit24926c487b59c7d80637ea77b13ffb6eb797b7f6 (patch)
tree83cac99fe645be39de8af7fc53fb9320765734af /sys/dev/bce
parent0ce9617620987bd9d4ddd408c892af6aae19f78c (diff)
downloadsrc-24926c487b59c7d80637ea77b13ffb6eb797b7f6.tar.gz
src-24926c487b59c7d80637ea77b13ffb6eb797b7f6.zip
bce(4): Fix a typo in a source code comment
- s/exisitng/existing/ MFC after: 3 days
Diffstat (limited to 'sys/dev/bce')
-rw-r--r--sys/dev/bce/if_bce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c
index 5bd8e3abf862..a01c2ea1bbd3 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -7995,7 +7995,7 @@ bce_set_rx_mode(struct bce_softc *sc)
REG_WR(sc, BCE_EMAC_RX_MODE, rx_mode);
}
- /* Disable and clear the exisitng sort before enabling a new sort. */
+ /* Disable and clear the existing sort before enabling a new sort. */
REG_WR(sc, BCE_RPM_SORT_USER0, 0x0);
REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode);
REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode | BCE_RPM_SORT_USER0_ENA);