Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 04:37:12 UTC 2021

Modified Files:
        src/sys/arch/sun3/sun3x: pmap.c
        src/sys/dev/ic: mvsata.c
        src/sys/dev/pci: if_iwmreg.h

Log Message:
s/coresponding/corresponding/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/sun3/sun3x/pmap.c
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/ic/mvsata.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/if_iwmreg.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/arch/sun3/sun3x/pmap.c
diff -u src/sys/arch/sun3/sun3x/pmap.c:1.117 src/sys/arch/sun3/sun3x/pmap.c:1.118
--- src/sys/arch/sun3/sun3x/pmap.c:1.117	Wed Aug 19 13:11:42 2020
+++ src/sys/arch/sun3/sun3x/pmap.c	Sun Dec  5 04:37:11 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.117 2020/08/19 13:11:42 tsutsui Exp $	*/
+/*	$NetBSD: pmap.c,v 1.118 2021/12/05 04:37:11 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -105,7 +105,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.117 2020/08/19 13:11:42 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.118 2021/12/05 04:37:11 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_pmap_debug.h"
@@ -934,7 +934,7 @@ pmap_alloc_pv(void)
 	 * At this time we also initialize the offset of each bank's
 	 * starting pv_head within the pv_head list so that the physical
 	 * memory state routines (pmap_is_referenced(),
-	 * pmap_is_modified(), et al.) can quickly find coresponding
+	 * pmap_is_modified(), et al.) can quickly find corresponding
 	 * pv_heads in spite of the non-contiguity.
 	 */
 	total_mem = 0;

Index: src/sys/dev/ic/mvsata.c
diff -u src/sys/dev/ic/mvsata.c:1.61 src/sys/dev/ic/mvsata.c:1.62
--- src/sys/dev/ic/mvsata.c:1.61	Tue Oct  5 08:01:05 2021
+++ src/sys/dev/ic/mvsata.c	Sun Dec  5 04:37:11 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: mvsata.c,v 1.61 2021/10/05 08:01:05 rin Exp $	*/
+/*	$NetBSD: mvsata.c,v 1.62 2021/12/05 04:37:11 msaitoh Exp $	*/
 /*
  * Copyright (c) 2008 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvsata.c,v 1.61 2021/10/05 08:01:05 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvsata.c,v 1.62 2021/12/05 04:37:11 msaitoh Exp $");
 
 #include "opt_mvsata.h"
 
@@ -474,7 +474,7 @@ mvsata_error(struct mvsata_port *mvport)
 
 	cause = MVSATA_EDMA_READ_4(mvport, EDMA_IEC);
 	/*
-	 * We must ack SATA_SE and SATA_FISIC before acking coresponding bits
+	 * We must ack SATA_SE and SATA_FISIC before acking corresponding bits
 	 * in EDMA_IEC.
 	 */
 	if (cause & EDMA_IE_SERRINT) {

Index: src/sys/dev/pci/if_iwmreg.h
diff -u src/sys/dev/pci/if_iwmreg.h:1.11 src/sys/dev/pci/if_iwmreg.h:1.12
--- src/sys/dev/pci/if_iwmreg.h:1.11	Sun Dec  5 02:21:08 2021
+++ src/sys/dev/pci/if_iwmreg.h	Sun Dec  5 04:37:12 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_iwmreg.h,v 1.11 2021/12/05 02:21:08 msaitoh Exp $	*/
+/*	$NetBSD: if_iwmreg.h,v 1.12 2021/12/05 04:37:12 msaitoh Exp $	*/
 /*	OpenBSD: if_iwmreg.h,v 1.19 2016/09/20 11:46:09 stsp Exp 	*/
 
 /*-
@@ -4782,7 +4782,7 @@ struct iwm_ba_notif {
 /*
  * struct iwm_mac_beacon_cmd - beacon template command
  * @tx: the tx commands associated with the beacon frame
- * @template_id: currently equal to the mac context id of the coresponding
+ * @template_id: currently equal to the mac context id of the corresponding
  *  mac.
  * @tim_idx: the offset of the tim IE in the beacon
  * @tim_size: the length of the tim IE

Reply via email to