Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 04:56:40 UTC 2021
Modified Files:
src/sys/arch/x86/pci: pci_msi_machdep.c
src/sys/kern: kern_softint.c
src/sys/netinet: sctp_output.c
Log Message:
s/futher/further/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/pci/pci_msi_machdep.c
cvs rdiff -u -r1.66 -r1.67 src/sys/kern/kern_softint.c
cvs rdiff -u -r1.27 -r1.28 src/sys/netinet/sctp_output.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/x86/pci/pci_msi_machdep.c
diff -u src/sys/arch/x86/pci/pci_msi_machdep.c:1.15 src/sys/arch/x86/pci/pci_msi_machdep.c:1.16
--- src/sys/arch/x86/pci/pci_msi_machdep.c:1.15 Sun Mar 14 08:10:23 2021
+++ src/sys/arch/x86/pci/pci_msi_machdep.c Sun Dec 5 04:56:39 2021
@@ -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 @@ pci_msix_alloc_exact(const struct pci_at
/*
* 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.
Index: src/sys/kern/kern_softint.c
diff -u src/sys/kern/kern_softint.c:1.66 src/sys/kern/kern_softint.c:1.67
--- src/sys/kern/kern_softint.c:1.66 Sun May 17 14:11:30 2020
+++ src/sys/kern/kern_softint.c Sun Dec 5 04:56:40 2021
@@ -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>
Index: src/sys/netinet/sctp_output.c
diff -u src/sys/netinet/sctp_output.c:1.27 src/sys/netinet/sctp_output.c:1.28
--- src/sys/netinet/sctp_output.c:1.27 Sun Dec 5 03:08:19 2021
+++ src/sys/netinet/sctp_output.c Sun Dec 5 04:56:40 2021
@@ -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 @@ sctp_are_there_new_addresses(struct sctp
}
}
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 */