Fix typo in comment. kern/16382 by Sean Davis.

This commit is contained in:
wiz 2002-04-17 09:14:21 +00:00
parent 4897886acb
commit b9abd324c6
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: acphy.c,v 1.5 2002/03/25 20:51:24 thorpej Exp $ */
/* $NetBSD: acphy.c,v 1.6 2002/04/17 09:14:21 wiz Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.5 2002/03/25 20:51:24 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.6 2002/04/17 09:14:21 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -218,7 +218,7 @@ acphy_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) {