Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci s/coresponding/corresponding/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/ed22770c7cb0
branches:  trunk
changeset: 1026690:ed22770c7cb0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 04:37:11 2021 +0000

description:
s/coresponding/corresponding/ in comment.

diffstat:

 sys/arch/sun3/sun3x/pmap.c |  6 +++---
 sys/dev/ic/mvsata.c        |  6 +++---
 sys/dev/pci/if_iwmreg.h    |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 9774036b5cff -r ed22770c7cb0 sys/arch/sun3/sun3x/pmap.c
--- a/sys/arch/sun3/sun3x/pmap.c        Sun Dec 05 04:35:38 2021 +0000
+++ b/sys/arch/sun3/sun3x/pmap.c        Sun Dec 05 04:37:11 2021 +0000
@@ -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 @@
         * 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;
diff -r 9774036b5cff -r ed22770c7cb0 sys/dev/ic/mvsata.c
--- a/sys/dev/ic/mvsata.c       Sun Dec 05 04:35:38 2021 +0000
+++ b/sys/dev/ic/mvsata.c       Sun Dec 05 04:37:11 2021 +0000
@@ -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 @@
 
        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) {
diff -r 9774036b5cff -r ed22770c7cb0 sys/dev/pci/if_iwmreg.h
--- a/sys/dev/pci/if_iwmreg.h   Sun Dec 05 04:35:38 2021 +0000
+++ b/sys/dev/pci/if_iwmreg.h   Sun Dec 05 04:37:11 2021 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index