diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
commit | 1090c37a2abb53f452afc18664a076f51e6f21b6 (patch) | |
tree | f584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/dev/mii/nsgphyreg.h | |
parent | 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
Diffstat (limited to 'sys/dev/mii/nsgphyreg.h')
-rw-r--r-- | sys/dev/mii/nsgphyreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/nsgphyreg.h b/sys/dev/mii/nsgphyreg.h index 7063b03c9c2..9571bf8af68 100644 --- a/sys/dev/mii/nsgphyreg.h +++ b/sys/dev/mii/nsgphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nsgphyreg.h,v 1.2 2001/06/17 22:06:05 pvalchev Exp $ */ +/* $OpenBSD: nsgphyreg.h,v 1.3 2001/09/20 17:02:31 mpech Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 @@ -68,7 +68,7 @@ #define NSGPHY_BMSR_EXTSTS 0x0100 /* 1000baseT Extended status present */ #define NSGPHY_BMSR_PRESUB 0x0040 /* Preamble surpression */ #define NSGPHY_BMSR_ACOMP 0x0020 /* Autoneg complete */ -#define NSGPHY_BMSR_RFAULT 0x0010 /* Remote fault condition occured */ +#define NSGPHY_BMSR_RFAULT 0x0010 /* Remote fault condition occurred */ #define NSGPHY_BMSR_ANEG 0x0008 /* Autoneg capable */ #define NSGPHY_BMSR_LINK 0x0004 /* Link status */ #define NSGPHY_BMSR_JABBER 0x0002 /* Jabber detected */ |