summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-01 17:02:01 +0000
committerimp <imp@FreeBSD.org>2008-11-01 17:02:01 +0000
commit77c74d7544fa29624c417cf036d6fa635e2f5418 (patch)
treeba7063493d43a222fe29efe6713301e0b0f50ec6 /sys/pci/if_rl.c
parent5d99062f35c1bfd1209fff1fad9ada6bcecfcbf0 (diff)
downloadFreeBSD-src-77c74d7544fa29624c417cf036d6fa635e2f5418.zip
FreeBSD-src-77c74d7544fa29624c417cf036d6fa635e2f5418.tar.gz
Fix a few typos/spelling errors in my comments from the last commit,
plus a few others that had lingered in this driver... Submitted by: "b." bf2006a att yahoo KIBO com
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r--sys/pci/if_rl.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 9f8cdee..0daea77 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -156,7 +156,7 @@ static struct rl_type rl_devs[] = {
{ DELTA_VENDORID, DELTA_DEVICEID_8139, RL_8139,
"Delta Electronics 8139 10/100BaseTX" },
{ ADDTRON_VENDORID, ADDTRON_DEVICEID_8139, RL_8139,
- "Addtron Technolgy 8139 10/100BaseTX" },
+ "Addtron Technology 8139 10/100BaseTX" },
{ DLINK_VENDORID, DLINK_DEVICEID_530TXPLUS, RL_8139,
"D-Link DFE-530TX+ 10/100BaseTX" },
{ DLINK_VENDORID, DLINK_DEVICEID_690TXD, RL_8139,
@@ -1319,7 +1319,7 @@ rl_rxeof(struct rl_softc *sc)
RL_LOCK(sc);
}
- /* No need to sync Rx memory block as we didn't mofify it. */
+ /* No need to sync Rx memory block as we didn't modify it. */
}
/*
@@ -1402,15 +1402,15 @@ rl_twister_update(struct rl_softc *sc)
/*
* Tune the so-called twister registers of the RTL8139. These
- * are used to compensate for impendence mismatches. The
- * method for tuning these registes is undocumented and the
- * following proceedure is collected from public sources.
+ * are used to compensate for impedance mismatches. The
+ * method for tuning these registers is undocumented and the
+ * following procedure is collected from public sources.
*/
switch (sc->rl_twister)
{
case CHK_LINK:
/*
- * If we have a sufficent link, then we can proceed in
+ * If we have a sufficient link, then we can proceed in
* the state machine to the next stage. If not, then
* disable further tuning after writing sane defaults.
*/
@@ -1649,7 +1649,7 @@ rl_encap(struct rl_softc *sc, struct mbuf **m_head)
if (padlen > 0) {
/*
- * Make security concious people happy: zero out the
+ * Make security-conscious people happy: zero out the
* bytes in the pad area, since we don't know what
* this mbuf cluster buffer's previous user might
* have left in it.
OpenPOWER on IntegriCloud