summaryrefslogtreecommitdiff
path: root/sys/dev/mii/xmphyreg.h
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-06-17 22:06:06 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-06-17 22:06:06 +0000
commitbc66bf82558a70213138f5ed4f9b14b30a9a214a (patch)
treea61bf116875a0f226ba42bdb33870711f3e721ad /sys/dev/mii/xmphyreg.h
parent894bc04de8c828dcbffb66d90f26377e790cb08d (diff)
spelling: Asymetric -> Asymmetric
Diffstat (limited to 'sys/dev/mii/xmphyreg.h')
-rw-r--r--sys/dev/mii/xmphyreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/xmphyreg.h b/sys/dev/mii/xmphyreg.h
index 100dbb6df9b..3ee425b8894 100644
--- a/sys/dev/mii/xmphyreg.h
+++ b/sys/dev/mii/xmphyreg.h
@@ -77,7 +77,7 @@
#define XMPHY_RF_ANEGFAIL 0x3000 /* Autonegotiation error */
#define XMPHY_PAUSE_NOPAUSE 0x0000 /* No pause possible */
-#define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymetric pause toward LP */
+#define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymmetric pause toward LP */
#define XMPHY_PAUSE_SYMETRIC 0x0100 /* Symetric pause */
#define XMPHY_PAUSE_BOTH 0x0180 /* Both sym and asym pause */