Module Name:    src
Committed By:   andvar
Date:           Sat Feb 10 08:36:04 UTC 2024

Modified Files:
        src/lib/libc/resolv: res_mkquery.c
        src/sys/arch/amiga/dev: sci.c
        src/sys/arch/powerpc/include: asm.h
        src/sys/dev/microcode/aic7xxx: aic7xxx.seq
        src/usr.bin/ctags: ctags.c

Log Message:
s/psuedo/pseudo/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/resolv/res_mkquery.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amiga/dev/sci.c
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/powerpc/include/asm.h
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/microcode/aic7xxx/aic7xxx.seq
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/ctags/ctags.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/resolv/res_mkquery.c
diff -u src/lib/libc/resolv/res_mkquery.c:1.16 src/lib/libc/resolv/res_mkquery.c:1.17
--- src/lib/libc/resolv/res_mkquery.c:1.16	Thu Sep 28 23:32:01 2017
+++ src/lib/libc/resolv/res_mkquery.c	Sat Feb 10 08:36:04 2024
@@ -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.
  */

Index: src/sys/arch/amiga/dev/sci.c
diff -u src/sys/arch/amiga/dev/sci.c:1.36 src/sys/arch/amiga/dev/sci.c:1.37
--- src/sys/arch/amiga/dev/sci.c:1.36	Wed Jan 22 00:25:16 2014
+++ src/sys/arch/amiga/dev/sci.c	Sat Feb 10 08:36:04 2024
@@ -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 scsi
 		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 scsi
 		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

Index: src/sys/arch/powerpc/include/asm.h
diff -u src/sys/arch/powerpc/include/asm.h:1.53 src/sys/arch/powerpc/include/asm.h:1.54
--- src/sys/arch/powerpc/include/asm.h:1.53	Fri Jan  7 22:59:32 2022
+++ src/sys/arch/powerpc/include/asm.h	Sat Feb 10 08:36:04 2024
@@ -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 */

Index: src/sys/dev/microcode/aic7xxx/aic7xxx.seq
diff -u src/sys/dev/microcode/aic7xxx/aic7xxx.seq:1.23 src/sys/dev/microcode/aic7xxx/aic7xxx.seq:1.24
--- src/sys/dev/microcode/aic7xxx/aic7xxx.seq:1.23	Mon Jun 27 22:41:29 2022
+++ src/sys/dev/microcode/aic7xxx/aic7xxx.seq	Sat Feb 10 08:36:04 2024
@@ -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

Index: src/usr.bin/ctags/ctags.c
diff -u src/usr.bin/ctags/ctags.c:1.14 src/usr.bin/ctags/ctags.c:1.15
--- src/usr.bin/ctags/ctags.c:1.14	Thu Jul 20 20:00:07 2023
+++ src/usr.bin/ctags/ctags.c	Sat Feb 10 08:36:03 2024
@@ -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, 19
 #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

Reply via email to