From cf4de3404611e6d4d7f9718f7361788d6048cdca Mon Sep 17 00:00:00 2001 From: msaitoh Date: Fri, 24 Aug 2012 09:01:22 +0000 Subject: Fix typos --- sys/dev/mii/nsphyter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/mii') 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 -__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 #include @@ -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) { -- cgit