fix triple s typos in comments.

This commit is contained in:
andvar 2023-12-08 21:46:02 +00:00
parent 4532b18697
commit 5e4abe6a3f
5 changed files with 14 additions and 14 deletions

View File

@ -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 */

View File

@ -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 <sys/cdefs.h>
__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) {

View File

@ -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 <sys/cdefs.h>
__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 <sys/param.h>
#include <sys/kernel.h>
@ -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 */

View File

@ -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 <sys/cdefs.h>
__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.

View File

@ -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 */