From 5e4abe6a3f6b12b3229ab05a50d046d14c92e85a Mon Sep 17 00:00:00 2001 From: andvar Date: Fri, 8 Dec 2023 21:46:02 +0000 Subject: [PATCH] fix triple s typos in comments. --- include/fmtmsg.h | 4 ++-- sys/arch/powerpc/oea/pmap.c | 8 ++++---- sys/arch/x86/x86/x86_tlb.c | 6 +++--- sys/dev/hyperv/if_hvn.c | 6 +++--- sys/netinet/sctp_header.h | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/include/fmtmsg.h b/include/fmtmsg.h index 4724b3557559..db61e2165a19 100644 --- a/include/fmtmsg.h +++ b/include/fmtmsg.h @@ -1,4 +1,4 @@ -/* $NetBSD: fmtmsg.h,v 1.3 2008/04/28 20:22:54 martin Exp $ */ +/* $NetBSD: fmtmsg.h,v 1.4 2023/12/08 21:46:02 andvar Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -58,7 +58,7 @@ #define MM_INFO 4 /* Informative message */ /* `Null' values for message components. */ -#define MM_NULLMC 0L /* `Null' classsification component */ +#define MM_NULLMC 0L /* `Null' classification component */ #define MM_NULLLBL (char *)0 /* `Null' label component */ #define MM_NULLSEV 0 /* `Null' severity component */ #define MM_NULLTXT (char *)0 /* `Null' text component */ diff --git a/sys/arch/powerpc/oea/pmap.c b/sys/arch/powerpc/oea/pmap.c index e04cfbb899d1..510d94244840 100644 --- a/sys/arch/powerpc/oea/pmap.c +++ b/sys/arch/powerpc/oea/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.115 2023/10/09 13:01:58 rin Exp $ */ +/* $NetBSD: pmap.c,v 1.116 2023/12/08 21:46:02 andvar Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. @@ -63,7 +63,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.115 2023/10/09 13:01:58 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.116 2023/12/08 21:46:02 andvar Exp $"); #define PMAP_NOOPNAMES @@ -1905,7 +1905,7 @@ pmap_enter(pmap_t pm, vaddr_t va, paddr_t pa, vm_prot_t prot, u_int flags) /* * Assume the page is cache inhibited and access is guarded unless * it's in our available memory array. If it is in the memory array, - * asssume it's in memory coherent memory. + * assume it's in memory coherent memory. */ if (flags & PMAP_MD_PREFETCHABLE) { pte_lo = 0; @@ -2005,7 +2005,7 @@ pmap_kenter_pa(vaddr_t va, paddr_t pa, vm_prot_t prot, u_int flags) /* * Assume the page is cache inhibited and access is guarded unless * it's in our available memory array. If it is in the memory array, - * asssume it's in memory coherent memory. + * assume it's in memory coherent memory. */ pte_lo = PTE_IG; if ((flags & PMAP_NOCACHE) == 0) { diff --git a/sys/arch/x86/x86/x86_tlb.c b/sys/arch/x86/x86/x86_tlb.c index 5ff4c8debc6b..03f9e91ec410 100644 --- a/sys/arch/x86/x86/x86_tlb.c +++ b/sys/arch/x86/x86/x86_tlb.c @@ -1,4 +1,4 @@ -/* $NetBSD: x86_tlb.c,v 1.20 2022/08/20 23:48:51 riastradh Exp $ */ +/* $NetBSD: x86_tlb.c,v 1.21 2023/12/08 21:46:02 andvar Exp $ */ /*- * Copyright (c) 2008-2020 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: x86_tlb.c,v 1.20 2022/08/20 23:48:51 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: x86_tlb.c,v 1.21 2023/12/08 21:46:02 andvar Exp $"); #include #include @@ -74,7 +74,7 @@ __KERNEL_RCSID(0, "$NetBSD: x86_tlb.c,v 1.20 2022/08/20 23:48:51 riastradh Exp $ * * On i386 the packet is 64 bytes in size. On amd64 it's 128 bytes. This * is sized in concert with UBC_WINSIZE, otherwise excessive shootdown - * interrupts could be isssued. + * interrupts could be issued. */ #define TP_MAXVA 16 /* for individual mappings */ diff --git a/sys/dev/hyperv/if_hvn.c b/sys/dev/hyperv/if_hvn.c index 14bbb1d6109b..bb1538e5afd2 100644 --- a/sys/dev/hyperv/if_hvn.c +++ b/sys/dev/hyperv/if_hvn.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_hvn.c,v 1.24 2022/09/18 16:59:35 thorpej Exp $ */ +/* $NetBSD: if_hvn.c,v 1.25 2023/12/08 21:46:02 andvar Exp $ */ /* $OpenBSD: if_hvn.c,v 1.39 2018/03/11 14:31:34 mikeb Exp $ */ /*- @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_hvn.c,v 1.24 2022/09/18 16:59:35 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_hvn.c,v 1.25 2023/12/08 21:46:02 andvar Exp $"); #ifdef _KERNEL_OPT #include "opt_if_hvn.h" @@ -4089,7 +4089,7 @@ hvn_rndis_attach(struct hvn_softc *sc, int mtu) if (sc->sc_rndis_agg_align < sizeof(uint32_t)) { /* - * The RNDIS packet messsage encap assumes that the RNDIS + * The RNDIS packet message encap assumes that the RNDIS * packet message is at least 4 bytes aligned. Fix up the * alignment here, if the remote side sets the alignment * too low. diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h index 178679cc9256..a1b90958a23a 100644 --- a/sys/netinet/sctp_header.h +++ b/sys/netinet/sctp_header.h @@ -1,5 +1,5 @@ /* $KAME: sctp_header.h,v 1.14 2005/03/06 16:04:17 itojun Exp $ */ -/* $NetBSD: sctp_header.h,v 1.3 2021/12/05 04:28:53 msaitoh Exp $ */ +/* $NetBSD: sctp_header.h,v 1.4 2023/12/08 21:46:02 andvar Exp $ */ #ifndef __SCTP_HEADER_H__ #define __SCTP_HEADER_H__ @@ -259,7 +259,7 @@ struct sctp_heartbeat_chunk { #define sctp_heartbeat_ack_chunk sctp_heartbeat_chunk -/* Abort Asssociation (ABORT) */ +/* Abort Association (ABORT) */ struct sctp_abort_chunk { struct sctp_chunkhdr ch; /* optional error cause may follow */