aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-28 16:57:23 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-28 16:57:23 +0000
commit5bdf58e196096993758b3e50291db17104025b65 (patch)
treef760da83c1e8a9b098363c96da03517a4578c4ae /sys/dev/mii
parent10e0082fff4ec9392db2763ce3b095bc010526df (diff)
downloadsrc-5bdf58e196096993758b3e50291db17104025b65.tar.gz
src-5bdf58e196096993758b3e50291db17104025b65.zip
Fix some common typos in source code comments
- s/priviledged/privileged/ - s/funtion/function/ - s/doens't/doesn't/ - s/sychronization/synchronization/ MFC after: 3 days
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/lxtphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c
index 699c1d6f83b6..31900cc5a34b 100644
--- a/sys/dev/mii/lxtphy.c
+++ b/sys/dev/mii/lxtphy.c
@@ -203,7 +203,7 @@ lxtphy_status(struct mii_softc *sc)
/*
* Get link status from the CSR; we need to read the CSR
* for media type anyhow, and the link status in the CSR
- * doens't latch, so fewer register reads are required.
+ * doesn't latch, so fewer register reads are required.
*/
csr = PHY_READ(sc, MII_LXTPHY_CSR);
if (csr & CSR_LINK)