diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 06:17:04 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 06:17:04 +0000 |
commit | ffb05ade6b9c170624a42a86af5695b8dc94202f (patch) | |
tree | b5ead3cbca0f16009a5044ea405642b1aa884681 | |
parent | 82d5fc3837a1eea29deb57619991f47be2290723 (diff) |
Another symetric -> symmetric
-rw-r--r-- | sys/dev/mii/xmphyreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/xmphyreg.h b/sys/dev/mii/xmphyreg.h index 3ee425b8894..97e1b93e847 100644 --- a/sys/dev/mii/xmphyreg.h +++ b/sys/dev/mii/xmphyreg.h @@ -77,8 +77,8 @@ #define XMPHY_RF_ANEGFAIL 0x3000 /* Autonegotiation error */ #define XMPHY_PAUSE_NOPAUSE 0x0000 /* No pause possible */ -#define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymmetric pause toward LP */ -#define XMPHY_PAUSE_SYMETRIC 0x0100 /* Symetric pause */ +#define XMPHY_PAUSE_ASYMMETRIC 0x0080 /* Asymmetric pause toward LP */ +#define XMPHY_PAUSE_SYMMETRIC 0x0100 /* Symmetric pause */ #define XMPHY_PAUSE_BOTH 0x0180 /* Both sym and asym pause */ #define XMPHY_MII_ANER 0x06 |