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 a comment.



details:   https://anonhg.NetBSD.org/src/rev/5cf700a0a1f3
branches:  trunk
changeset: 329508:5cf700a0a1f3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue May 27 16:17:55 2014 +0000

description:
Fix typo in a comment.

diffstat:

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

diffs (18 lines):

diff -r accc2c35c7bc -r 5cf700a0a1f3 sys/dev/pci/if_bgereg.h
--- a/sys/dev/pci/if_bgereg.h   Tue May 27 16:16:01 2014 +0000
+++ b/sys/dev/pci/if_bgereg.h   Tue May 27 16:17:55 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bgereg.h,v 1.86 2013/10/31 06:01:39 msaitoh Exp $   */
+/*     $NetBSD: if_bgereg.h,v 1.87 2014/05/27 16:17:55 msaitoh Exp $   */
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -2607,7 +2607,7 @@
 #define VPD_RES_WRITE  0x81    /* start of read/write area */
 #define VPD_RES_END    0x78    /* end tag */
 
-/* Flags for bge_lags  */
+/* Flags for bge_flags  */
 #define BGEF_FIBER_TBI         0x00000001
 #define BGEF_JUMBO_CAPABLE     0x00000002
 #define BGEF_FIBER_MII         0x00000004



Home | Main Index | Thread Index | Old Index