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/0c3dacfee659
branches: trunk
changeset: 351095:0c3dacfee659
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 338b4d26b0d8 -r 0c3dacfee659 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