Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Fix typos reported by yuo@.
details: https://anonhg.NetBSD.org/src/rev/46097842faf4
branches: trunk
changeset: 339414:46097842faf4
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Jul 21 02:04:24 2015 +0000
description:
Fix typos reported by yuo@.
diffstat:
sys/dev/mii/mii.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 660f48e0d144 -r 46097842faf4 sys/dev/mii/mii.h
--- a/sys/dev/mii/mii.h Tue Jul 21 01:53:44 2015 +0000
+++ b/sys/dev/mii/mii.h Tue Jul 21 02:04:24 2015 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index