aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-05-02 21:04:23 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-05-02 21:04:23 +0000
commit22a4eced36d689abf34352dcb5d51479738f43d5 (patch)
treecf2a594a0fc53fdcf3bc7b6d586b786e28ee8830
parentaa8cbdbf67e6ca28e06e88cc7f3f42a81f7fa66f (diff)
downloadsrc-22a4eced36d689abf34352dcb5d51479738f43d5.tar.gz
src-22a4eced36d689abf34352dcb5d51479738f43d5.zip
Correct spelling in comments.
Submitted by: brucec
Notes
Notes: svn path=/head/; revision=221344
-rw-r--r--sys/dev/bge/if_bge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c
index f2b05c841941..01bf93853b8d 100644
--- a/sys/dev/bge/if_bge.c
+++ b/sys/dev/bge/if_bge.c
@@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$");
*
* The Broadcom BCM5700 is based on technology originally developed by
* Alteon Networks as part of the Tigon I and Tigon II gigabit ethernet
- * MAC chips. The BCM5700, sometimes refered to as the Tigon III, has
+ * MAC chips. The BCM5700, sometimes referred to as the Tigon III, has
* two on-board MIPS R4000 CPUs and can have as much as 16MB of external
* SSRAM. The BCM5700 supports TCP, UDP and IP checksum offload, jumbo
* frames, highly configurable RX filtering, and 16 RX and TX queues
@@ -3419,7 +3419,7 @@ bge_reset(struct bge_softc *sc)
pci_write_config(dev, sc->bge_pcixcap + PCIXR_COMMAND,
devctl, 2);
}
- /* Re-enable MSI, if neccesary, and enable the memory arbiter. */
+ /* Re-enable MSI, if necessary, and enable the memory arbiter. */
if (BGE_IS_5714_FAMILY(sc)) {
/* This chip disables MSI on reset. */
if (sc->bge_flags & BGE_FLAG_MSI) {