Module Name:    src
Committed By:   msaitoh
Date:           Tue May 27 16:17:55 UTC 2014

Modified Files:
        src/sys/dev/pci: if_bgereg.h

Log Message:
Fix typo in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/pci/if_bgereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_bgereg.h
diff -u src/sys/dev/pci/if_bgereg.h:1.86 src/sys/dev/pci/if_bgereg.h:1.87
--- src/sys/dev/pci/if_bgereg.h:1.86	Thu Oct 31 06:01:39 2013
+++ src/sys/dev/pci/if_bgereg.h	Tue May 27 16:17:55 2014
@@ -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 @@ struct vpd_key {
 #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

Reply via email to