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/83866183e9e7
branches:  trunk
changeset: 786006:83866183e9e7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 11 10:12:48 2013 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (18 lines):

diff -r 594b6837c67a -r 83866183e9e7 sys/dev/pci/if_bgereg.h
--- a/sys/dev/pci/if_bgereg.h   Thu Apr 11 10:10:41 2013 +0000
+++ b/sys/dev/pci/if_bgereg.h   Thu Apr 11 10:12:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bgereg.h,v 1.73 2013/04/11 10:10:41 msaitoh Exp $   */
+/*     $NetBSD: if_bgereg.h,v 1.74 2013/04/11 10:12:48 msaitoh Exp $   */
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -430,7 +430,7 @@
 
 /*
  * PCI state register -- note, this register is read only
- * unless the PCISTATE_WR bit of the PCI Misc. Host Control
+ * unless the PCISTATE_RW bit of the PCI Misc. Host Control
  * register is set.
  */
 #define BGE_PCISTATE_FORCE_RESET       0x00000001



Home | Main Index | Thread Index | Old Index