summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2015-06-18 14:13:16 +0000
committermarius <marius@FreeBSD.org>2015-06-18 14:13:16 +0000
commit459d02648571bef5a43f9f492fdef825c7c0b1e1 (patch)
tree483ff21b9a76ed0e68bfffb84e8915a79a33ff33 /sys/dev/mii
parent43818404240f4eace36942d399afc608f9bf80fe (diff)
downloadFreeBSD-src-459d02648571bef5a43f9f492fdef825c7c0b1e1.zip
FreeBSD-src-459d02648571bef5a43f9f492fdef825c7c0b1e1.tar.gz
Fix yet another comment typo in NetBSD rev. 1.16, missed when merging
it in r284447. Submitted by: yongari Sponsored by: genua mbh
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/mii.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/mii.h b/sys/dev/mii/mii.h
index 297ef21..fa1ec84 100644
--- a/sys/dev/mii/mii.h
+++ b/sys/dev/mii/mii.h
@@ -204,7 +204,7 @@
#define MII_PSESR 0x0c /* PSE status register */
#define PSESR_PWRDENIED 0x1000 /* Power Denied */
#define PSESR_VALSIG 0x0800 /* Valid PD signature detected */
-#define PSESR_INVALSIG 0x0400 /* Inalid PD signature detected */
+#define PSESR_INVALSIG 0x0400 /* Invalid PD signature detected */
#define PSESR_SHORTCIRC 0x0200 /* Short circuit condition detected */
#define PSESR_OVERLOAD 0x0100 /* Overload condition detected */
#define PSESR_MPSABSENT 0x0080 /* MPS absent condition detected */
OpenPOWER on IntegriCloud