s/psuedo/pseudo/ in comments.

This commit is contained in:
andvar 2024-02-10 08:36:03 +00:00
parent 734527fb7d
commit 5b075dd729
5 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: res_mkquery.c,v 1.16 2017/09/28 23:32:01 christos Exp $ */
/* $NetBSD: res_mkquery.c,v 1.17 2024/02/10 08:36:04 andvar Exp $ */
/*
* Portions Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC")
@ -72,7 +72,7 @@
static const char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93";
static const char rcsid[] = "Id: res_mkquery.c,v 1.10 2008/12/11 09:59:00 marka Exp";
#else
__RCSID("$NetBSD: res_mkquery.c,v 1.16 2017/09/28 23:32:01 christos Exp $");
__RCSID("$NetBSD: res_mkquery.c,v 1.17 2024/02/10 08:36:04 andvar Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@ -275,7 +275,7 @@ res_nopt(res_state statp,
}
/*
* Construct variable data (RDATA) block for OPT psuedo-RR, append it
* Construct variable data (RDATA) block for OPT pseudo-RR, append it
* to the buffer, then update the RDLEN field (previously set to zero by
* res_nopt()) with the new RDATA length.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: sci.c,v 1.36 2014/01/22 00:25:16 christos Exp $ */
/* $NetBSD: sci.c,v 1.37 2024/02/10 08:36:04 andvar Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sci.c,v 1.36 2014/01/22 00:25:16 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sci.c,v 1.37 2024/02/10 08:36:04 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -641,7 +641,7 @@ scigo(struct sci_softc *dev, struct scsipi_xfer *xs)
case DATA_IN_PHASE:
if (count <= 0)
goto abort;
/* XXX use psuedo DMA if available */
/* XXX use pseudo DMA if available */
if (count >= 128 && dev->dma_xfer_in)
(*dev->dma_xfer_in)(dev, count, addr, phase);
else
@ -652,7 +652,7 @@ scigo(struct sci_softc *dev, struct scsipi_xfer *xs)
case DATA_OUT_PHASE:
if (count <= 0)
goto abort;
/* XXX use psuedo DMA if available */
/* XXX use pseudo DMA if available */
if (count >= 128 && dev->dma_xfer_out)
(*dev->dma_xfer_out)(dev, count, addr, phase);
else

View File

@ -1,4 +1,4 @@
/* $NetBSD: asm.h,v 1.53 2022/01/07 22:59:32 andvar Exp $ */
/* $NetBSD: asm.h,v 1.54 2024/02/10 08:36:04 andvar Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -319,7 +319,7 @@ y: .quad .##y,.TOC.@tocbase,0; \
#endif /* _REGNAMES && (_KERNEL || _STANDALONE) */
/*
* Add some psuedo instructions to made sharing of assembly versions of
* Add some pseudo instructions to made sharing of assembly versions of
* ILP32 and LP64 code possible.
*/
#define ldint lwz /* not needed but for completeness */

View File

@ -40,7 +40,7 @@
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $
*/
VERSION = "$NetBSD: aic7xxx.seq,v 1.23 2022/06/27 22:41:29 andvar Exp $"
VERSION = "$NetBSD: aic7xxx.seq,v 1.24 2024/02/10 08:36:04 andvar Exp $"
PATCH_ARG_LIST = "struct ahc_softc *ahc"
PREFIX = "ahc_"
@ -57,7 +57,7 @@ PREFIX = "ahc_"
* a later time. This problem cannot be resolved by holding a single entry
* in scratch ram since a reconnecting target can request sense and this will
* create yet another SCB waiting for selection. The solution used here is to
* use byte 27 of the SCB as a psuedo-next pointer and to thread a list
* use byte 27 of the SCB as a pseudo-next pointer and to thread a list
* of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes,
* SCB_LIST_NULL is 0xff which is out of range. An entry is also added to
* this list everytime a request sense occurs or after completing a non-tagged

View File

@ -1,4 +1,4 @@
/* $NetBSD: ctags.c,v 1.14 2023/07/20 20:00:07 lukem Exp $ */
/* $NetBSD: ctags.c,v 1.15 2024/02/10 08:36:03 andvar Exp $ */
/*
* Copyright (c) 1987, 1993, 1994, 1995
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994, 1995\
#if 0
static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95";
#endif
__RCSID("$NetBSD: ctags.c,v 1.14 2023/07/20 20:00:07 lukem Exp $");
__RCSID("$NetBSD: ctags.c,v 1.15 2024/02/10 08:36:03 andvar Exp $");
#endif /* not lint */
#include <err.h>
@ -182,7 +182,7 @@ usage: (void)fprintf(stderr,
/*
* init --
* this routine sets up the boolean psuedo-functions which work by
* this routine sets up the boolean pseudo-functions which work by
* setting boolean flags dependent upon the corresponding character.
* Every char which is NOT in that string is false with respect to
* the pseudo-function. Therefore, all of the array "_wht" is NO