diff options
author | 2001-06-27 06:17:03 +0000 | |
---|---|---|
committer | 2001-06-27 06:17:03 +0000 | |
commit | d251356668299b485d8eafdb5efbd5a2dd8f5ee6 (patch) | |
tree | f6c133ff867dba1921fbf7e5efb42a5d0375dd13 | |
parent | UVM is no longer an option (diff) | |
download | wireguard-openbsd-d251356668299b485d8eafdb5efbd5a2dd8f5ee6.tar.xz wireguard-openbsd-d251356668299b485d8eafdb5efbd5a2dd8f5ee6.zip |
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 |