Module Name:    src
Committed By:   msaitoh
Date:           Tue Jul 21 02:04:24 UTC 2015

Modified Files:
        src/sys/dev/mii: mii.h

Log Message:
 Fix typos reported by yuo@.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/mii/mii.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/mii.h
diff -u src/sys/dev/mii/mii.h:1.18 src/sys/dev/mii/mii.h:1.19
--- src/sys/dev/mii/mii.h:1.18	Mon Jun 16 14:43:22 2014
+++ src/sys/dev/mii/mii.h	Tue Jul 21 02:04:24 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: mii.h,v 1.18 2014/06/16 14:43:22 msaitoh Exp $	*/
+/*	$NetBSD: mii.h,v 1.19 2015/07/21 02:04:24 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1997 Manuel Bouyer.  All rights reserved.
@@ -198,9 +198,9 @@
 #define	PSECR_PSEDIS	0x0000	/* PSE Disabled */
 
 #define	MII_PSESR	0x0c	/* PSE status register */
-#define	PSESR_PWRDENIED	0x1000	/* Power Deined */
+#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 */

Reply via email to