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/e9a5a161a7f6
branches:  trunk
changeset: 808363:e9a5a161a7f6
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri May 15 07:59:00 2015 +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 643f4b3db10d -r e9a5a161a7f6 sys/dev/pci/if_wmreg.h
--- a/sys/dev/pci/if_wmreg.h    Fri May 15 07:56:25 2015 +0000
+++ b/sys/dev/pci/if_wmreg.h    Fri May 15 07:59:00 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wmreg.h,v 1.69 2015/05/04 10:10:42 msaitoh Exp $    */
+/*     $NetBSD: if_wmreg.h,v 1.70 2015/05/15 07:59:00 msaitoh Exp $    */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -315,7 +315,7 @@
 #define        CTRL_EXT_SPD_BYPS       (1U << 15) /* speed select bypass */
 #define        CTRL_EXT_IPS1           (1U << 16) /* invert power state bit 1 */
 #define        CTRL_EXT_RO_DIS         (1U << 17) /* relaxed ordering disabled */
-#define        CTRL_EXT_DMA_DYN_CLK    (1U << 19) /* DMA Dymamic Gating Enable */
+#define        CTRL_EXT_DMA_DYN_CLK    (1U << 19) /* DMA Dynamic Gating Enable */
 #define        CTRL_EXT_LINK_MODE_MASK         0x00C00000
 #define        CTRL_EXT_LINK_MODE_GMII         0x00000000
 #define        CTRL_EXT_LINK_MODE_KMRN         0x00000000



Home | Main Index | Thread Index | Old Index