summaryrefslogtreecommitdiff
path: root/sys/dev/bce
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-14 06:55:58 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-19 07:28:06 +0000
commitab4864fba27a141dba0929afd8432b94ad77e873 (patch)
treec2061c2a3741c7441699bf18adee62b24da39d72 /sys/dev/bce
parentac7cf0c6364f1ff29a0be34ab579881674074e0b (diff)
Diffstat (limited to 'sys/dev/bce')
-rw-r--r--sys/dev/bce/if_bce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c
index d6c5a2bf091f..869d8f9fc40e 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -3163,7 +3163,7 @@ bce_init_media(struct bce_softc *sc)
/****************************************************************************/
/* Free any DMA memory owned by the driver. */
/* */
-/* Scans through each data structre that requires DMA memory and frees */
+/* Scans through each data structure that requires DMA memory and frees */
/* the memory if allocated. */
/* */
/* Returns: */
@@ -5553,7 +5553,7 @@ bce_init_tx_chain(struct bce_softc *sc)
DBRUN(sc->tx_full_count = 0);
/*
- * The NetXtreme II supports a linked-list structre called
+ * The NetXtreme II supports a linked-list structure called
* a Buffer Descriptor Chain (or BD chain). A BD chain
* consists of a series of 1 or more chain pages, each of which
* consists of a fixed number of BD entries.