summaryrefslogtreecommitdiff
path: root/sys/dev/snc
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
commit453130d9bfc1c6d68b366dfcb041689d69f81295 (patch)
treefe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/snc
parent7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff)
Notes
Diffstat (limited to 'sys/dev/snc')
-rw-r--r--sys/dev/snc/dp83932.c4
-rw-r--r--sys/dev/snc/dp83932var.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/snc/dp83932.c b/sys/dev/snc/dp83932.c
index a496b672dc09..acda11c2c00f 100644
--- a/sys/dev/snc/dp83932.c
+++ b/sys/dev/snc/dp83932.c
@@ -405,7 +405,7 @@ sncinit_locked(struct snc_softc *sc)
/* already running */
return;
- NIC_PUT(sc, SNCR_CR, CR_RST); /* DCR only accessable in reset mode! */
+ NIC_PUT(sc, SNCR_CR, CR_RST); /* DCR only accessible in reset mode! */
/* config it */
NIC_PUT(sc, SNCR_DCR, (sc->sncr_dcr |
@@ -1001,7 +1001,7 @@ sonicrxint(struct snc_softc *sc)
*
* If this was the last packet in the RRA, give the RRA to
* the chip again.
- * If sonic read didnt copy it out then we would have to
+ * If sonic read didn't copy it out then we would have to
* wait !!
* (dont bother add it back in again straight away)
*
diff --git a/sys/dev/snc/dp83932var.h b/sys/dev/snc/dp83932var.h
index 2ed9b9d36798..6ee51085b9b0 100644
--- a/sys/dev/snc/dp83932var.h
+++ b/sys/dev/snc/dp83932var.h
@@ -211,7 +211,7 @@ typedef struct snc_softc {
/*
* Accessing SONIC data structures and registers as 32 bit values
- * makes code endianess independent. The SONIC is however always in
+ * makes code endianness independent. The SONIC is however always in
* bigendian mode so it is necessary to ensure that data structures shared
* between the CPU and the SONIC are always in bigendian order.
*/