diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:39:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:39:30 +0000 |
commit | deabe37f60317b736de059b7af48c8015f870acf (patch) | |
tree | e1ddca09336ec5a61bd2e3002f7dac472770b016 /sys/dev/mii/sqphyreg.h | |
parent | 9a6a497df6981e6027962a991f67ee36ca97d8f9 (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/mii/sqphyreg.h')
-rw-r--r-- | sys/dev/mii/sqphyreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/sqphyreg.h b/sys/dev/mii/sqphyreg.h index cbee06d84ff..4931f5924a1 100644 --- a/sys/dev/mii/sqphyreg.h +++ b/sys/dev/mii/sqphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sqphyreg.h,v 1.2 1999/03/09 00:02:45 jason Exp $ */ +/* $OpenBSD: sqphyreg.h,v 1.3 2003/10/22 09:39:29 jmc Exp $ */ /* $NetBSD: sqphyreg.h,v 1.1 1998/11/03 23:51:29 thorpej Exp $ */ /*- @@ -101,7 +101,7 @@ #define MII_SQPHY_STATUS 0x12 /* Status Output Register */ #define STATUS_INT 0x8000 /* Interrupt Detect */ #define STATUS_LNK_FAIL 0x4000 /* Link Fail */ -#define STATUS_LOSS_SYNC 0x2000 /* Descrabler lost synchronization */ +#define STATUS_LOSS_SYNC 0x2000 /* Descrambler lost synchronization */ #define STATUS_CWRD 0x1000 /* Codeword Error */ #define STATUS_SSD 0x0800 /* Start of Stream Error */ #define STATUS_ESD 0x0400 /* End of Stream Error */ |