diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2012-08-24 09:01:22 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2012-08-24 09:01:22 +0000 |
| commit | cf4de3404611e6d4d7f9718f7361788d6048cdca (patch) | |
| tree | b2ca7dee59d11d7873d90971c56da8879a8869e5 /sys/dev/mii | |
| parent | 4ec673debccdfb350af215e259b0cfc6aa443a2b (diff) | |
Fix typos
Diffstat (limited to 'sys/dev/mii')
| -rw-r--r-- | sys/dev/mii/nsphyter.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/nsphyter.c b/sys/dev/mii/nsphyter.c index 131c5e5c9aa..91c2debd398 100644 --- a/sys/dev/mii/nsphyter.c +++ b/sys/dev/mii/nsphyter.c @@ -1,4 +1,4 @@ -/* $NetBSD: nsphyter.c,v 1.36 2011/11/25 23:31:53 jakllsch Exp $ */ +/* $NetBSD: nsphyter.c,v 1.37 2012/08/24 09:01:22 msaitoh Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: nsphyter.c,v 1.36 2011/11/25 23:31:53 jakllsch Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nsphyter.c,v 1.37 2012/08/24 09:01:22 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -243,7 +243,7 @@ nsphyter_status(struct mii_softc *sc) if (bmcr & BMCR_AUTOEN) { /* - * The media status bits are only valid of autonegotiation + * The media status bits are only valid if autonegotiation * has completed (or it's disabled). */ if ((bmsr & BMSR_ACOMP) == 0) { |
