Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/0cad4b82770a
branches:  trunk
changeset: 821346:0cad4b82770a
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Feb 02 05:38:59 2017 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/pci/if_wmreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4054d50e808d -r 0cad4b82770a sys/dev/pci/if_wmreg.h
--- a/sys/dev/pci/if_wmreg.h    Thu Feb 02 03:41:22 2017 +0000
+++ b/sys/dev/pci/if_wmreg.h    Thu Feb 02 05:38:59 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wmreg.h,v 1.96 2017/02/01 04:18:43 knakahara Exp $  */
+/*     $NetBSD: if_wmreg.h,v 1.97 2017/02/02 05:38:59 msaitoh Exp $    */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -1161,7 +1161,7 @@
 #define        WUC_APME                0x00000001 /* APM Enable */
 #define        WUC_PME_EN              0x00000002 /* PME Enable */
 
-#define        WMREG_WUFC      0x5808  /* Wakeup Filter COntrol */
+#define        WMREG_WUFC      0x5808  /* Wakeup Filter Control */
 #define WUFC_MAG               0x00000002 /* Magic Packet Wakeup Enable */
 #define WUFC_EX                        0x00000004 /* Directed Exact Wakeup Enable */
 #define WUFC_MC                        0x00000008 /* Directed Multicast Wakeup En */



Home | Main Index | Thread Index | Old Index