Module Name:    src
Committed By:   andvar
Date:           Thu May 23 08:52:07 UTC 2024

Modified Files:
        src/sys/arch/pmax/pmax: kn230.h
        src/sys/dev/pci: if_sk.c
        src/sys/dev/pci/cxgb: cxgb_t3_hw.c

Log Message:
s/separare/separate/ and s/separete/separate/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/pmax/pmax/kn230.h
cvs rdiff -u -r1.111 -r1.112 src/sys/dev/pci/if_sk.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/cxgb/cxgb_t3_hw.c

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

Modified files:

Index: src/sys/arch/pmax/pmax/kn230.h
diff -u src/sys/arch/pmax/pmax/kn230.h:1.3 src/sys/arch/pmax/pmax/kn230.h:1.4
--- src/sys/arch/pmax/pmax/kn230.h:1.3	Sun Sep 29 23:23:58 2002
+++ src/sys/arch/pmax/pmax/kn230.h	Thu May 23 08:52:06 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: kn230.h,v 1.3 2002/09/29 23:23:58 wiz Exp $	*/
+/*	$NetBSD: kn230.h,v 1.4 2024/05/23 08:52:06 andvar Exp $	*/
 
 /*
  * Copyright (c) 1997,1998 Jonathan Stone.
@@ -167,7 +167,7 @@
 
 #define KN230_SYS_NVRAM_ADDR	0x1f000304       /* holds addr of NVRAM bank */
 /*
- * NVRAM has separete control and status registers for each of
+ * NVRAM has separate control and status registers for each of
  * the two motherboard SIMM banks (even and odd),
  * located at offsets from the value at value at SYS_NVRAM_ADDR.
  */

Index: src/sys/dev/pci/if_sk.c
diff -u src/sys/dev/pci/if_sk.c:1.111 src/sys/dev/pci/if_sk.c:1.112
--- src/sys/dev/pci/if_sk.c:1.111	Mon May 23 13:53:37 2022
+++ src/sys/dev/pci/if_sk.c	Thu May 23 08:52:06 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_sk.c,v 1.111 2022/05/23 13:53:37 rin Exp $	*/
+/*	$NetBSD: if_sk.c,v 1.112 2024/05/23 08:52:06 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -115,7 +115,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sk.c,v 1.111 2022/05/23 13:53:37 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sk.c,v 1.112 2024/05/23 08:52:06 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -323,7 +323,7 @@ sk_win_write_1(struct sk_softc *sc, uint
 
 /*
  * The VPD EEPROM contains Vital Product Data, as suggested in
- * the PCI 2.1 specification. The VPD data is separared into areas
+ * the PCI 2.1 specification. The VPD data is separated into areas
  * denoted by resource IDs. The SysKonnect VPD contains an ID string
  * resource (the name of the adapter), a read-only area resource
  * containing various key/data fields and a read/write area which

Index: src/sys/dev/pci/cxgb/cxgb_t3_hw.c
diff -u src/sys/dev/pci/cxgb/cxgb_t3_hw.c:1.7 src/sys/dev/pci/cxgb/cxgb_t3_hw.c:1.8
--- src/sys/dev/pci/cxgb/cxgb_t3_hw.c:1.7	Fri Dec 10 20:36:04 2021
+++ src/sys/dev/pci/cxgb/cxgb_t3_hw.c	Thu May 23 08:52:06 2024
@@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE.
 ***************************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cxgb_t3_hw.c,v 1.7 2021/12/10 20:36:04 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cxgb_t3_hw.c,v 1.8 2024/05/23 08:52:06 andvar Exp $");
 
 
 #ifdef CONFIG_DEFINED
@@ -3425,7 +3425,7 @@ static void config_pcie(adapter_t *adap)
  *
  *  Initialize and configure T3 HW modules.  This performs the
  *  initialization steps that need to be done once after a card is reset.
- *  MAC and PHY initialization is handled separarely whenever a port is
+ *  MAC and PHY initialization is handled separately whenever a port is
  *  enabled.
  *
  *  @fw_params are passed to FW and their value is platform dependent.

Reply via email to