From 728ac24351f2e3106f1408de43ec30e10bd864c6 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Thu, 18 Jun 2015 14:13:16 +0000 Subject: [PATCH] Fix yet another comment typo in NetBSD rev. 1.16, missed when merging it in r284447. Submitted by: yongari Sponsored by: genua mbh --- sys/dev/mii/mii.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mii/mii.h b/sys/dev/mii/mii.h index 297ef21aad2..fa1ec84eaa7 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 */