diff options
author | marius <marius@FreeBSD.org> | 2004-05-29 18:13:44 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-05-29 18:13:44 +0000 |
commit | ad9892f32e3bc2aaaf0ff187fb9bb9fcdc80353c (patch) | |
tree | a7978862c2658b2729588bb25b797728214c3b12 /sys | |
parent | 41c5d57ced7f4797e42cfa47abbb8dfb2a9bd528 (diff) | |
download | FreeBSD-src-ad9892f32e3bc2aaaf0ff187fb9bb9fcdc80353c.zip FreeBSD-src-ad9892f32e3bc2aaaf0ff187fb9bb9fcdc80353c.tar.gz |
Spelling fix in a comment.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/dc/dcphy.c | 2 | ||||
-rw-r--r-- | sys/dev/mii/dcphy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dc/dcphy.c b/sys/dev/dc/dcphy.c index 8bc1dc8..28affb8 100644 --- a/sys/dev/dc/dcphy.c +++ b/sys/dev/dc/dcphy.c @@ -318,7 +318,7 @@ dcphy_service(sc, mii, cmd) * since real Intel 21143 chips don't show valid link * status until autonegotiation is switched off, and * that only happens in dcphy_status(). Without this, - * successful autonegotation is never recognised on + * successful autonegotiation is never recognised on * these chips. */ if (++sc->mii_ticks <= 50) diff --git a/sys/dev/mii/dcphy.c b/sys/dev/mii/dcphy.c index 8bc1dc8..28affb8 100644 --- a/sys/dev/mii/dcphy.c +++ b/sys/dev/mii/dcphy.c @@ -318,7 +318,7 @@ dcphy_service(sc, mii, cmd) * since real Intel 21143 chips don't show valid link * status until autonegotiation is switched off, and * that only happens in dcphy_status(). Without this, - * successful autonegotation is never recognised on + * successful autonegotiation is never recognised on * these chips. */ if (++sc->mii_ticks <= 50) |