Module Name:    src
Committed By:   msaitoh
Date:           Mon May 18 05:47:54 UTC 2020

Modified Files:
        src/sys/dev/ic: bwireg.h
        src/sys/dev/pci: if_bnx.c
        src/sys/sys: disklabel_gpt.h

Log Message:
 Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/bwireg.h
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/pci/if_bnx.c
cvs rdiff -u -r1.13 -r1.14 src/sys/sys/disklabel_gpt.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/ic/bwireg.h
diff -u src/sys/dev/ic/bwireg.h:1.3 src/sys/dev/ic/bwireg.h:1.4
--- src/sys/dev/ic/bwireg.h:1.3	Wed Jan 28 14:49:10 2009
+++ src/sys/dev/ic/bwireg.h	Mon May 18 05:47:54 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: bwireg.h,v 1.3 2009/01/28 14:49:10 sborrill Exp $	*/
+/*	$NetBSD: bwireg.h,v 1.4 2020/05/18 05:47:54 msaitoh Exp $	*/
 /*	$OpenBSD: bwireg.h,v 1.7 2007/11/17 16:50:02 mglocker Exp $	*/
 
 /*
@@ -583,7 +583,7 @@
 	0x1a1d,	0x1719,	0x1616,	0x1414,	0x1414,	0x1400,	0x1414,	0x1614,	\
 	0x1716,	0x1a19,	0x1f1d,	0x2521,	0x2a27,	0x2f2a,	0x332d,	0x3b35,	\
 	0x5140,	0x6c62,	0x0077
-/* G PHY Revsion 7 */
+/* G PHY Revision 7 */
 #define BWI_PHY_NOISE_SCALE_11G_REV7					\
 	0xa4a4,	0xa4a4,	0xa4a4,	0xa4a4,	0xa4a4,	0xa4a4,	0xa4a4,	0xa4a4,	\
 	0xa4a4,	0xa4a4,	0xa4a4,	0xa4a4,	0xa4a4,	0xa400,	0xa4a4,	0xa4a4,	\

Index: src/sys/dev/pci/if_bnx.c
diff -u src/sys/dev/pci/if_bnx.c:1.94 src/sys/dev/pci/if_bnx.c:1.95
--- src/sys/dev/pci/if_bnx.c:1.94	Fri Feb 28 14:57:55 2020
+++ src/sys/dev/pci/if_bnx.c	Mon May 18 05:47:54 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bnx.c,v 1.94 2020/02/28 14:57:55 msaitoh Exp $	*/
+/*	$NetBSD: if_bnx.c,v 1.95 2020/05/18 05:47:54 msaitoh Exp $	*/
 /*	$OpenBSD: if_bnx.c,v 1.101 2013/03/28 17:21:44 brad Exp $	*/
 
 /*-
@@ -35,7 +35,7 @@
 #if 0
 __FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $");
 #endif
-__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.94 2020/02/28 14:57:55 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.95 2020/05/18 05:47:54 msaitoh Exp $");
 
 /*
  * The following controllers are supported by this driver:
@@ -642,7 +642,7 @@ bnx_attach(device_t parent, device_t sel
 	    BNX_PCICFG_MISC_CONFIG_REG_WINDOW_ENA |
 	    BNX_PCICFG_MISC_CONFIG_TARGET_MB_WORD_SWAP);
 
-	/* Save ASIC revsion info. */
+	/* Save ASIC revision info. */
 	sc->bnx_chipid =  REG_RD(sc, BNX_MISC_ID);
 
 	/*

Index: src/sys/sys/disklabel_gpt.h
diff -u src/sys/sys/disklabel_gpt.h:1.13 src/sys/sys/disklabel_gpt.h:1.14
--- src/sys/sys/disklabel_gpt.h:1.13	Tue Nov  6 04:04:34 2018
+++ src/sys/sys/disklabel_gpt.h	Mon May 18 05:47:54 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: disklabel_gpt.h,v 1.13 2018/11/06 04:04:34 mrg Exp $	*/
+/*	$NetBSD: disklabel_gpt.h,v 1.14 2020/05/18 05:47:54 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 2002 Marcel Moolenaar
@@ -43,7 +43,7 @@
  */
 struct gpt_hdr {
 	int8_t		hdr_sig[8];	/* identifies GUID Partition Table */
-	uint32_t	hdr_revision;	/* GPT specification revsion */
+	uint32_t	hdr_revision;	/* GPT specification revision */
 	uint32_t	hdr_size;	/* size of GPT Header */
 	uint32_t	hdr_crc_self;	/* CRC32 of GPT Header */
 	uint32_t	hdr__rsvd0;	/* must be zero */

Reply via email to