Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet s/futher/further/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/b1c472ddad42
branches:  trunk
changeset: 1026700:b1c472ddad42
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 04:56:39 2021 +0000

description:
s/futher/further/ in comment.

diffstat:

 sys/arch/x86/pci/pci_msi_machdep.c |  6 +++---
 sys/kern/kern_softint.c            |  6 +++---
 sys/netinet/sctp_output.c          |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 94ba7f9d63ee -r b1c472ddad42 sys/arch/x86/pci/pci_msi_machdep.c
--- a/sys/arch/x86/pci/pci_msi_machdep.c        Sun Dec 05 04:54:20 2021 +0000
+++ b/sys/arch/x86/pci/pci_msi_machdep.c        Sun Dec 05 04:56:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_msi_machdep.c,v 1.15 2021/03/14 08:10:23 skrll Exp $       */
+/*     $NetBSD: pci_msi_machdep.c,v 1.16 2021/12/05 04:56:39 msaitoh Exp $     */
 
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_msi_machdep.c,v 1.15 2021/03/14 08:10:23 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_msi_machdep.c,v 1.16 2021/12/05 04:56:39 msaitoh Exp $");
 
 #include "opt_intrdebug.h"
 #include "ioapic.h"
@@ -622,7 +622,7 @@
 
 /*
  * This function is used by device drivers like pci_intr_map().
- * Futhermore, this function can map each handle to a MSI-X table index.
+ * Furthermore, this function can map each handle to a MSI-X table index.
  *
  * "ihps" is the array of vector numbers which MSI-X used instead of IRQ number.
  * "count" can not decrease.
diff -r 94ba7f9d63ee -r b1c472ddad42 sys/kern/kern_softint.c
--- a/sys/kern/kern_softint.c   Sun Dec 05 04:54:20 2021 +0000
+++ b/sys/kern/kern_softint.c   Sun Dec 05 04:56:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_softint.c,v 1.66 2020/05/17 14:11:30 ad Exp $     */
+/*     $NetBSD: kern_softint.c,v 1.67 2021/12/05 04:56:40 msaitoh Exp $        */
 
 /*-
  * Copyright (c) 2007, 2008, 2019, 2020 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
  *     Since software interrupts are a limited resource and run with
  *     higher priority than most other LWPs in the system, all
  *     block-and-resume activity by a software interrupt must be kept
- *     short to allow futher processing at that level to continue.  By
+ *     short to allow further processing at that level to continue.  By
  *     extension, code running with process context must take care to
  *     ensure that any lock that may be taken from a software interrupt
  *     can not be held for more than a short period of time.
@@ -170,7 +170,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_softint.c,v 1.66 2020/05/17 14:11:30 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_softint.c,v 1.67 2021/12/05 04:56:40 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
diff -r 94ba7f9d63ee -r b1c472ddad42 sys/netinet/sctp_output.c
--- a/sys/netinet/sctp_output.c Sun Dec 05 04:54:20 2021 +0000
+++ b/sys/netinet/sctp_output.c Sun Dec 05 04:56:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sctp_output.c,v 1.27 2021/12/05 03:08:19 msaitoh Exp $ */
+/*     $NetBSD: sctp_output.c,v 1.28 2021/12/05 04:56:40 msaitoh Exp $ */
 /*     $KAME: sctp_output.c,v 1.48 2005/06/16 18:29:24 jinmei Exp $    */
 
 /*
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.27 2021/12/05 03:08:19 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.28 2021/12/05 04:56:40 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ipsec.h"
@@ -3161,7 +3161,7 @@
                }
        }
        if (fnd == 0) {
-               /* New address added! no need to look futher. */
+               /* New address added! no need to look further. */
                return (1);
        }
        /* Ok so far lets munge through the rest of the packet */



Home | Main Index | Thread Index | Old Index