Module Name:    src
Committed By:   andvar
Date:           Thu Apr  7 20:23:44 UTC 2022

Modified Files:
        src/lib/libc/arch/mips/sys: __sigtramp2.S
        src/sys/arch/acorn32/doc: majors+minors
        src/sys/arch/amiga/dev: scivar.h
        src/sys/arch/sandpoint/conf: SANDPOINT

Log Message:
s/psuedo/pseudo/


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/mips/sys/__sigtramp2.S
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/acorn32/doc/majors+minors
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/amiga/dev/scivar.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sandpoint/conf/SANDPOINT

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/arch/mips/sys/__sigtramp2.S
diff -u src/lib/libc/arch/mips/sys/__sigtramp2.S:1.4 src/lib/libc/arch/mips/sys/__sigtramp2.S:1.5
--- src/lib/libc/arch/mips/sys/__sigtramp2.S:1.4	Thu Nov 18 04:33:20 2021
+++ src/lib/libc/arch/mips/sys/__sigtramp2.S	Thu Apr  7 20:23:44 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: __sigtramp2.S,v 1.4 2021/11/18 04:33:20 thorpej Exp $	*/
+/*	$NetBSD: __sigtramp2.S,v 1.5 2022/04/07 20:23:44 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #include "assym.h"
 
 #if defined(SYSLIBC_SCCS) && !defined(lint)
-	RCSID("$NetBSD: __sigtramp2.S,v 1.4 2021/11/18 04:33:20 thorpej Exp $")
+	RCSID("$NetBSD: __sigtramp2.S,v 1.5 2022/04/07 20:23:44 andvar Exp $")
 #endif /* SYSLIBC_SCCS and not lint */
 
 
@@ -48,7 +48,7 @@
  *
  * The DWARF register numbers for the general purpose registers are the
  * same as the architected register numbers.  For MIPS, there is a DWARF
- * psuedo-register for signal handler return addresses, as well as for the
+ * pseudo-register for signal handler return addresses, as well as for the
  * MDLO and MDHI registers.
  */
 

Index: src/sys/arch/acorn32/doc/majors+minors
diff -u src/sys/arch/acorn32/doc/majors+minors:1.1 src/sys/arch/acorn32/doc/majors+minors:1.2
--- src/sys/arch/acorn32/doc/majors+minors:1.1	Thu Oct 18 00:05:01 2001
+++ src/sys/arch/acorn32/doc/majors+minors	Thu Apr  7 20:23:44 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: majors+minors,v 1.1 2001/10/18 00:05:01 reinoud Exp $	*/
+/*	$NetBSD: majors+minors,v 1.2 2022/04/07 20:23:44 andvar Exp $	*/
 
 /*
  * Copyright (c) 19941198 Mark Brinicombe.
@@ -49,7 +49,7 @@ same device driver even if the driver do
 	  minor = 2 - /dev/null
 	  minor = 3 - /dev/zero
  1 B	- swap device
- 1 C	- psuedo swap device
+ 1 C	- pseudo swap device
 	  minor = 0 - /dev/drum
  2 B	- reserved
  2 C	- console device
@@ -65,7 +65,7 @@ same device driver even if the driver do
  5 C	- kernel log device
 	  minor = 0 - /dev/klog
  6 B	- reserved
- 6 C	- psuedo tty master
+ 6 C	- pseudo tty master
 	  /dev/pty{class}{unit}
 	  unit = minor % 16
 	  minor / 16 = 0 - class = p
@@ -74,7 +74,7 @@ same device driver even if the driver do
 	  minor / 16 = 3 - class = s
 	  minor / 16 = 4 - class = t
  7 B	- reserved
- 7 C	- psuedo tty slave
+ 7 C	- pseudo tty slave
 	  /dev/tty{class}{unit}
 	  unit = minor % 16
 	  minor / 16 = 0 - class = p

Index: src/sys/arch/amiga/dev/scivar.h
diff -u src/sys/arch/amiga/dev/scivar.h:1.18 src/sys/arch/amiga/dev/scivar.h:1.19
--- src/sys/arch/amiga/dev/scivar.h:1.18	Sat Oct 27 17:17:31 2012
+++ src/sys/arch/amiga/dev/scivar.h	Thu Apr  7 20:23:44 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: scivar.h,v 1.18 2012/10/27 17:17:31 chs Exp $	*/
+/*	$NetBSD: scivar.h,v 1.19 2022/04/07 20:23:44 andvar Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -59,9 +59,9 @@ struct	sci_softc {
 	volatile u_char	*sci_iack;	/* r: Interrupt Acknowledge */
 	volatile u_char	*sci_irecv;	/* w: Start DMA receive, initiator */
 
-	/* psuedo DMA transfer */
+	/* pseudo DMA transfer */
 	int	(*dma_xfer_in)(struct sci_softc *, int, u_char *, int);
-	/* psuedo DMA transfer */
+	/* pseudo DMA transfer */
 	int	(*dma_xfer_out)(struct sci_softc *, int, u_char *, int);
 	u_char	sc_flags;
 	u_char	sc_lun;

Index: src/sys/arch/sandpoint/conf/SANDPOINT
diff -u src/sys/arch/sandpoint/conf/SANDPOINT:1.20 src/sys/arch/sandpoint/conf/SANDPOINT:1.21
--- src/sys/arch/sandpoint/conf/SANDPOINT:1.20	Thu Jan 21 06:51:56 2021
+++ src/sys/arch/sandpoint/conf/SANDPOINT	Thu Apr  7 20:23:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: SANDPOINT,v 1.20 2021/01/21 06:51:56 nia Exp $
+# $NetBSD: SANDPOINT,v 1.21 2022/04/07 20:23:44 andvar Exp $
 #
 # Sandpoint X3/X2 machine description file
 # 
@@ -23,7 +23,7 @@ options 	PIC_I8259
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"SANDPOINT-$Revision: 1.20 $"
+#ident 		"SANDPOINT-$Revision: 1.21 $"
 
 maxusers	32
 
@@ -87,7 +87,7 @@ options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOO
 
 config		netbsd	root on ? type ?
 
-# network psuedo-devices
+# network pseudo-devices
 pseudo-device	bpfilter		# packet filter
 pseudo-device	vlan			# IEEE 802.1q encapsulation
 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)

Reply via email to