Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sandpoint/conf s/psuedo/pseudo/



details:   https://anonhg.NetBSD.org/src/rev/ee258a01834e
branches:  trunk
changeset: 364706:ee258a01834e
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Apr 07 20:23:44 2022 +0000

description:
s/psuedo/pseudo/

diffstat:

 lib/libc/arch/mips/sys/__sigtramp2.S |  6 +++---
 sys/arch/acorn32/doc/majors+minors   |  8 ++++----
 sys/arch/amiga/dev/scivar.h          |  6 +++---
 sys/arch/sandpoint/conf/SANDPOINT    |  6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diffs (111 lines):

diff -r b86ddfb19a9c -r ee258a01834e lib/libc/arch/mips/sys/__sigtramp2.S
--- a/lib/libc/arch/mips/sys/__sigtramp2.S      Thu Apr 07 19:33:37 2022 +0000
+++ b/lib/libc/arch/mips/sys/__sigtramp2.S      Thu Apr 07 20:23:44 2022 +0000
@@ -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.
  */
 
diff -r b86ddfb19a9c -r ee258a01834e sys/arch/acorn32/doc/majors+minors
--- a/sys/arch/acorn32/doc/majors+minors        Thu Apr 07 19:33:37 2022 +0000
+++ b/sys/arch/acorn32/doc/majors+minors        Thu Apr 07 20:23:44 2022 +0000
@@ -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 @@
          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 @@
  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 @@
          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
diff -r b86ddfb19a9c -r ee258a01834e sys/arch/amiga/dev/scivar.h
--- a/sys/arch/amiga/dev/scivar.h       Thu Apr 07 19:33:37 2022 +0000
+++ b/sys/arch/amiga/dev/scivar.h       Thu Apr 07 20:23:44 2022 +0000
@@ -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 @@
        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;
diff -r b86ddfb19a9c -r ee258a01834e sys/arch/sandpoint/conf/SANDPOINT
--- a/sys/arch/sandpoint/conf/SANDPOINT Thu Apr 07 19:33:37 2022 +0000
+++ b/sys/arch/sandpoint/conf/SANDPOINT Thu Apr 07 20:23:44 2022 +0000
@@ -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        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 @@
 
 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)



Home | Main Index | Thread Index | Old Index