Module Name: src Committed By: andvar Date: Tue May 3 20:52:32 UTC 2022
Modified Files: src/distrib/atari/floppies/prepare: install.sh src/distrib/miniroot: install.sh src/doc: TODO.smpnet src/sys/arch/acorn32/podulebus: sbic.c src/sys/arch/amiga/dev: grf_rh.c grf_rhreg.h grf_rt.c grf_rtreg.h src/sys/arch/arc/include: isa_machdep.h src/sys/arch/atari/dev: fd.c src/sys/arch/mipsco/obio: asc.c src/sys/arch/pmax/tc: asc_ioasic.c src/sys/arch/powerpc/powerpc: powerpc_machdep.c src/sys/arch/sparc64/sparc64: ipifuncs.c src/sys/arch/sun3/sun3x: pmap.c src/sys/coda: coda_psdev.c src/sys/dev/ic: ispreg.h sl811hs.c src/sys/dev/pci: if_sk.c src/sys/fs/udf: udf_vnops.c src/usr.bin/rdist: main.c Log Message: fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/atari/floppies/prepare/install.sh cvs rdiff -u -r1.27 -r1.28 src/distrib/miniroot/install.sh cvs rdiff -u -r1.45 -r1.46 src/doc/TODO.smpnet cvs rdiff -u -r1.17 -r1.18 src/sys/arch/acorn32/podulebus/sbic.c cvs rdiff -u -r1.61 -r1.62 src/sys/arch/amiga/dev/grf_rh.c \ src/sys/arch/amiga/dev/grf_rt.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amiga/dev/grf_rhreg.h \ src/sys/arch/amiga/dev/grf_rtreg.h cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arc/include/isa_machdep.h cvs rdiff -u -r1.90 -r1.91 src/sys/arch/atari/dev/fd.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mipsco/obio/asc.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/pmax/tc/asc_ioasic.c cvs rdiff -u -r1.83 -r1.84 src/sys/arch/powerpc/powerpc/powerpc_machdep.c cvs rdiff -u -r1.56 -r1.57 src/sys/arch/sparc64/sparc64/ipifuncs.c cvs rdiff -u -r1.118 -r1.119 src/sys/arch/sun3/sun3x/pmap.c cvs rdiff -u -r1.61 -r1.62 src/sys/coda/coda_psdev.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/ispreg.h cvs rdiff -u -r1.111 -r1.112 src/sys/dev/ic/sl811hs.c cvs rdiff -u -r1.109 -r1.110 src/sys/dev/pci/if_sk.c cvs rdiff -u -r1.124 -r1.125 src/sys/fs/udf/udf_vnops.c cvs rdiff -u -r1.20 -r1.21 src/usr.bin/rdist/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/atari/floppies/prepare/install.sh diff -u src/distrib/atari/floppies/prepare/install.sh:1.3 src/distrib/atari/floppies/prepare/install.sh:1.4 --- src/distrib/atari/floppies/prepare/install.sh:1.3 Sun Sep 18 18:24:00 2016 +++ src/distrib/atari/floppies/prepare/install.sh Tue May 3 20:52:30 2022 @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: install.sh,v 1.3 2016/09/18 18:24:00 christos Exp $ +# $NetBSD: install.sh,v 1.4 2022/05/03 20:52:30 andvar Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -33,7 +33,7 @@ # In a perfect world, this would be a nice C program, with a reasonable # user interface. -FILESYSTEMS="/tmp/filesystems" # used thoughout +FILESYSTEMS="/tmp/filesystems" # used throughout MODE="install" # include machine-dependent functions Index: src/distrib/miniroot/install.sh diff -u src/distrib/miniroot/install.sh:1.27 src/distrib/miniroot/install.sh:1.28 --- src/distrib/miniroot/install.sh:1.27 Thu Apr 4 20:51:35 2019 +++ src/distrib/miniroot/install.sh Tue May 3 20:52:30 2022 @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: install.sh,v 1.27 2019/04/04 20:51:35 christos Exp $ +# $NetBSD: install.sh,v 1.28 2022/05/03 20:52:30 andvar Exp $ # # Copyright (c) 1996,1997,1999,2000,2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -33,7 +33,7 @@ # In a perfect world, this would be a nice C program, with a reasonable # user interface. -FILESYSTEMS="/tmp/filesystems" # used thoughout +FILESYSTEMS="/tmp/filesystems" # used throughout FQDN="" # domain name trap "umount /tmp > /dev/null 2>&1" 0 Index: src/doc/TODO.smpnet diff -u src/doc/TODO.smpnet:1.45 src/doc/TODO.smpnet:1.46 --- src/doc/TODO.smpnet:1.45 Fri Dec 31 00:57:12 2021 +++ src/doc/TODO.smpnet Tue May 3 20:52:30 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO.smpnet,v 1.45 2021/12/31 00:57:12 riastradh Exp $ +$NetBSD: TODO.smpnet,v 1.46 2022/05/03 20:52:30 andvar Exp $ MP-safe components ================== @@ -171,7 +171,7 @@ netstat(1) accesses ifnet_list, the head (struct ifnet), and traverses each object through ifnet#if_list member variable. ifnet_list and ifnet#if_list is obsoleted by ifnet_pslist and ifnet#if_pslist_entry respectively. netstat also accesses the IP address list -of an interface throught ifnet#if_addrlist. struct ifaddr, struct in_ifaddr +of an interface through ifnet#if_addrlist. struct ifaddr, struct in_ifaddr and struct in6_ifaddr are accessed and the following obsolete member variables are stuck: ifaddr#ifa_list, in_ifaddr#ia_hash, in_ifaddr#ia_list, in6_ifaddr#ia_next and in6_ifaddr#_ia6_multiaddrs. Note that netstat already Index: src/sys/arch/acorn32/podulebus/sbic.c diff -u src/sys/arch/acorn32/podulebus/sbic.c:1.17 src/sys/arch/acorn32/podulebus/sbic.c:1.18 --- src/sys/arch/acorn32/podulebus/sbic.c:1.17 Sat Oct 27 17:17:23 2012 +++ src/sys/arch/acorn32/podulebus/sbic.c Tue May 3 20:52:30 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: sbic.c,v 1.17 2012/10/27 17:17:23 chs Exp $ */ +/* $NetBSD: sbic.c,v 1.18 2022/05/03 20:52:30 andvar Exp $ */ /* * Copyright (c) 2001 Richard Earnshaw @@ -114,7 +114,7 @@ #include <sys/param.h> -__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.17 2012/10/27 17:17:23 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.18 2022/05/03 20:52:30 andvar Exp $"); #include <sys/systm.h> #include <sys/callout.h> @@ -2130,7 +2130,7 @@ sbicnextstate(struct sbic_softc *dev, u_ acb->sc_tcnt = dev->sc_dmanext(dev->sc_dmah, dev->sc_dmat, acb, acb->offset); - DBGPRINTF(("dmanext transfering %ld bytes\n", + DBGPRINTF(("dmanext transferring %ld bytes\n", acb->sc_tcnt), data_pointer_debug); SBIC_TC_PUT(regs, (unsigned)acb->sc_tcnt); SET_SBIC_cmd(regs, SBIC_CMD_XFER_INFO); Index: src/sys/arch/amiga/dev/grf_rh.c diff -u src/sys/arch/amiga/dev/grf_rh.c:1.61 src/sys/arch/amiga/dev/grf_rh.c:1.62 --- src/sys/arch/amiga/dev/grf_rh.c:1.61 Mon Mar 28 12:38:57 2022 +++ src/sys/arch/amiga/dev/grf_rh.c Tue May 3 20:52:30 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: grf_rh.c,v 1.61 2022/03/28 12:38:57 riastradh Exp $ */ +/* $NetBSD: grf_rh.c,v 1.62 2022/05/03 20:52:30 andvar Exp $ */ /* * Copyright (c) 1994 Markus Wild @@ -34,7 +34,7 @@ #include "opt_retina.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: grf_rh.c,v 1.61 2022/03/28 12:38:57 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: grf_rh.c,v 1.62 2022/05/03 20:52:30 andvar Exp $"); #include "grfrh.h" #include "ite.h" @@ -106,7 +106,7 @@ extern unsigned char kernel_font_8x11[]; * for the Amiga. * * Thanks to MacroSystem for providing me with the necessary information - * to create theese routines. The sparse documentation of this code + * to create these routines. The sparse documentation of this code * results from the agreements between MS and me. */ Index: src/sys/arch/amiga/dev/grf_rt.c diff -u src/sys/arch/amiga/dev/grf_rt.c:1.61 src/sys/arch/amiga/dev/grf_rt.c:1.62 --- src/sys/arch/amiga/dev/grf_rt.c:1.61 Mon Mar 28 12:38:57 2022 +++ src/sys/arch/amiga/dev/grf_rt.c Tue May 3 20:52:30 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: grf_rt.c,v 1.61 2022/03/28 12:38:57 riastradh Exp $ */ +/* $NetBSD: grf_rt.c,v 1.62 2022/05/03 20:52:30 andvar Exp $ */ /* * Copyright (c) 1993 Markus Wild @@ -33,7 +33,7 @@ #include "opt_amigacons.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: grf_rt.c,v 1.61 2022/03/28 12:38:57 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: grf_rt.c,v 1.62 2022/05/03 20:52:30 andvar Exp $"); #include "grfrt.h" #include "ite.h" @@ -80,7 +80,7 @@ int retina_inited; * manufactured by MS MacroSystem GmbH from within NetBSD for the Amiga. * * Thanks to MacroSystem for providing me with the necessary information - * to create theese routines. The sparse documentation of this code + * to create these routines. The sparse documentation of this code * results from the agreements between MS and me. */ Index: src/sys/arch/amiga/dev/grf_rhreg.h diff -u src/sys/arch/amiga/dev/grf_rhreg.h:1.16 src/sys/arch/amiga/dev/grf_rhreg.h:1.17 --- src/sys/arch/amiga/dev/grf_rhreg.h:1.16 Sun Mar 4 05:59:19 2007 +++ src/sys/arch/amiga/dev/grf_rhreg.h Tue May 3 20:52:30 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: grf_rhreg.h,v 1.16 2007/03/04 05:59:19 christos Exp $ */ +/* $NetBSD: grf_rhreg.h,v 1.17 2022/05/03 20:52:30 andvar Exp $ */ /* * Copyright (c) 1994 Markus Wild @@ -198,7 +198,7 @@ struct MonDef { * You may set a character and its associated attribute byte * with a single word-access, or you may perform to byte writes * for the char and attribute. Each 2. word has no meaning, - * and writes to theese locations are ignored. + * and writes to these locations are ignored. * * The attribute byte for each character has the following * structure: @@ -342,7 +342,7 @@ struct MonDef { * parameters have sensible values. 8 bit gfx-mode only! * * The blitter has a lot more capabilities, which aren't - * currently used by theese routines, among them color-expanded + * currently used by these routines, among them color-expanded * and text-blits, which can speed up GUIs like X11 a lot. * If you've got any idea how to make use of them within * your routines, contact me, and I'll implement the necessary Index: src/sys/arch/amiga/dev/grf_rtreg.h diff -u src/sys/arch/amiga/dev/grf_rtreg.h:1.16 src/sys/arch/amiga/dev/grf_rtreg.h:1.17 --- src/sys/arch/amiga/dev/grf_rtreg.h:1.16 Sun Feb 28 15:52:16 2010 +++ src/sys/arch/amiga/dev/grf_rtreg.h Tue May 3 20:52:30 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: grf_rtreg.h,v 1.16 2010/02/28 15:52:16 snj Exp $ */ +/* $NetBSD: grf_rtreg.h,v 1.17 2022/05/03 20:52:30 andvar Exp $ */ /* * Copyright (c) 1993 Markus Wild @@ -50,7 +50,7 @@ * manufactured by MS MacroSystem GmbH from within NetBSD for the Amiga. * * Thanks to MacroSystem for providing me with the necessary information - * to create theese routines. The sparse documentation of this code + * to create these routines. The sparse documentation of this code * results from the agreements between MS and me. */ @@ -204,7 +204,7 @@ extern unsigned char NCRStdPalette[]; You may set a character and its associated attribute byte with a single word-access, or you may perform to byte writes for the char and attribute. Each 2. word has no meaning, - and writes to theese locations are ignored. + and writes to these locations are ignored. The attribute byte for each character has the following structure: Index: src/sys/arch/arc/include/isa_machdep.h diff -u src/sys/arch/arc/include/isa_machdep.h:1.17 src/sys/arch/arc/include/isa_machdep.h:1.18 --- src/sys/arch/arc/include/isa_machdep.h:1.17 Tue Oct 18 22:04:33 2016 +++ src/sys/arch/arc/include/isa_machdep.h Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.h,v 1.17 2016/10/18 22:04:33 jdolecek Exp $ */ +/* $NetBSD: isa_machdep.h,v 1.18 2022/05/03 20:52:31 andvar Exp $ */ /* $OpenBSD: isa_machdep.h,v 1.5 1997/04/19 17:20:00 pefo Exp $ */ /* @@ -39,7 +39,7 @@ typedef struct arc_isa_bus *isa_chipset_ /* * I/O macros to access isa bus ports/memory. - * At the first glance theese macros may seem inefficient. + * At the first glance these macros may seem inefficient. * However, the CPU executes an instruction every 7.5ns * so the bus is much slower so it doesn't matter, really. */ Index: src/sys/arch/atari/dev/fd.c diff -u src/sys/arch/atari/dev/fd.c:1.90 src/sys/arch/atari/dev/fd.c:1.91 --- src/sys/arch/atari/dev/fd.c:1.90 Mon Apr 11 21:23:07 2022 +++ src/sys/arch/atari/dev/fd.c Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: fd.c,v 1.90 2022/04/11 21:23:07 andvar Exp $ */ +/* $NetBSD: fd.c,v 1.91 2022/05/03 20:52:31 andvar Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.90 2022/04/11 21:23:07 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.91 2022/05/03 20:52:31 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -555,7 +555,7 @@ fdopen(dev_t dev, int flags, int devtype * floppy (eq. the same partition). */ if (sc->density != fdtypes[DISKPART(dev)].density) - return ENXIO; /* XXX temporarely out of business */ + return ENXIO; /* XXX temporarily out of business */ } fdgetdisklabel(sc, dev); #ifdef FLP_DEBUG Index: src/sys/arch/mipsco/obio/asc.c diff -u src/sys/arch/mipsco/obio/asc.c:1.22 src/sys/arch/mipsco/obio/asc.c:1.23 --- src/sys/arch/mipsco/obio/asc.c:1.22 Mon Apr 28 20:23:28 2008 +++ src/sys/arch/mipsco/obio/asc.c Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: asc.c,v 1.22 2008/04/28 20:23:28 martin Exp $ */ +/* $NetBSD: asc.c,v 1.23 2022/05/03 20:52:31 andvar Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.22 2008/04/28 20:23:28 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: asc.c,v 1.23 2022/05/03 20:52:31 andvar Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -311,7 +311,7 @@ asc_dma_setup(struct ncr53c9x_softc *sc, if (esc->sc_dmasize == 0) return 0; - /* have dmamap for the transfering addresses */ + /* have dmamap for the transferring addresses */ if ((err = bus_dmamap_load(esc->sc_dmat, esc->sc_dmamap, *esc->sc_dmaaddr, esc->sc_dmasize, NULL /* kernel address */, BUS_DMA_NOWAIT)) != 0) panic("%s: bus_dmamap_load err=%d", Index: src/sys/arch/pmax/tc/asc_ioasic.c diff -u src/sys/arch/pmax/tc/asc_ioasic.c:1.26 src/sys/arch/pmax/tc/asc_ioasic.c:1.27 --- src/sys/arch/pmax/tc/asc_ioasic.c:1.26 Mon Sep 3 16:29:26 2018 +++ src/sys/arch/pmax/tc/asc_ioasic.c Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: asc_ioasic.c,v 1.26 2018/09/03 16:29:26 riastradh Exp $ */ +/* $NetBSD: asc_ioasic.c,v 1.27 2022/05/03 20:52:31 andvar Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: asc_ioasic.c,v 1.26 2018/09/03 16:29:26 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: asc_ioasic.c,v 1.27 2022/05/03 20:52:31 andvar Exp $"); #include <sys/param.h> #include <sys/buf.h> @@ -234,7 +234,7 @@ asc_ioasic_setup(struct ncr53c9x_softc * ssr &= ~IOASIC_CSR_DMAEN_SCSI; bus_space_write_4(asc->sc_bst, asc->sc_bsh, IOASIC_CSR, ssr); - /* have dmamap for the transfering addresses */ + /* have dmamap for the transferring addresses */ if (bus_dmamap_load(asc->sc_dmat, asc->sc_dmamap, *addr, size, NULL /* kernel address */, BUS_DMA_NOWAIT)) panic("%s: cannot allocate DMA address", Index: src/sys/arch/powerpc/powerpc/powerpc_machdep.c diff -u src/sys/arch/powerpc/powerpc/powerpc_machdep.c:1.83 src/sys/arch/powerpc/powerpc/powerpc_machdep.c:1.84 --- src/sys/arch/powerpc/powerpc/powerpc_machdep.c:1.83 Thu Apr 15 00:04:07 2021 +++ src/sys/arch/powerpc/powerpc/powerpc_machdep.c Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: powerpc_machdep.c,v 1.83 2021/04/15 00:04:07 rin Exp $ */ +/* $NetBSD: powerpc_machdep.c,v 1.84 2022/05/03 20:52:31 andvar Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: powerpc_machdep.c,v 1.83 2021/04/15 00:04:07 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: powerpc_machdep.c,v 1.84 2022/05/03 20:52:31 andvar Exp $"); #ifdef _KERNEL_OPT #include "opt_altivec.h" @@ -617,7 +617,7 @@ cpu_halt_others(void) /* * TBD * Depending on available firmware methods, other cpus will - * either shut down themselfs, or spin and wait for us to + * either shut down themselves, or spin and wait for us to * stop them. */ } Index: src/sys/arch/sparc64/sparc64/ipifuncs.c diff -u src/sys/arch/sparc64/sparc64/ipifuncs.c:1.56 src/sys/arch/sparc64/sparc64/ipifuncs.c:1.57 --- src/sys/arch/sparc64/sparc64/ipifuncs.c:1.56 Sat Jan 30 22:47:06 2016 +++ src/sys/arch/sparc64/sparc64/ipifuncs.c Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: ipifuncs.c,v 1.56 2016/01/30 22:47:06 palle Exp $ */ +/* $NetBSD: ipifuncs.c,v 1.57 2022/05/03 20:52:31 andvar Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.56 2016/01/30 22:47:06 palle Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.57 2022/05/03 20:52:31 andvar Exp $"); #include "opt_ddb.h" @@ -365,7 +365,7 @@ mp_halt_cpus(void) /* * Depending on available firmware methods, other cpus will - * either shut down themselfs, or spin and wait for us to + * either shut down themselves, or spin and wait for us to * stop them. */ if (CPUSET_EMPTY(cpus_spinning)) { Index: src/sys/arch/sun3/sun3x/pmap.c diff -u src/sys/arch/sun3/sun3x/pmap.c:1.118 src/sys/arch/sun3/sun3x/pmap.c:1.119 --- src/sys/arch/sun3/sun3x/pmap.c:1.118 Sun Dec 5 04:37:11 2021 +++ src/sys/arch/sun3/sun3x/pmap.c Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.118 2021/12/05 04:37:11 msaitoh Exp $ */ +/* $NetBSD: pmap.c,v 1.119 2022/05/03 20:52:31 andvar Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -105,7 +105,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.118 2021/12/05 04:37:11 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.119 2022/05/03 20:52:31 andvar Exp $"); #include "opt_ddb.h" #include "opt_pmap_debug.h" @@ -1523,7 +1523,7 @@ free_c_table(c_tmgr_t *c_tbl, bool relin /* pmap_remove_pte INTERNAL ** * Unmap the given pte and preserve any page modification - * information by transfering it to the pv head of the + * information by transferring it to the pv head of the * physical page it maps to. This function does not update * any reference counts because it is assumed that the calling * function will do so. Index: src/sys/coda/coda_psdev.c diff -u src/sys/coda/coda_psdev.c:1.61 src/sys/coda/coda_psdev.c:1.62 --- src/sys/coda/coda_psdev.c:1.61 Mon Mar 28 12:33:20 2022 +++ src/sys/coda/coda_psdev.c Tue May 3 20:52:31 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: coda_psdev.c,v 1.61 2022/03/28 12:33:20 riastradh Exp $ */ +/* $NetBSD: coda_psdev.c,v 1.62 2022/05/03 20:52:31 andvar Exp $ */ /* * @@ -54,7 +54,7 @@ /* These routines are the device entry points for Venus. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: coda_psdev.c,v 1.61 2022/03/28 12:33:20 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: coda_psdev.c,v 1.62 2022/05/03 20:52:31 andvar Exp $"); extern int coda_nc_initialized; /* Set if cache has been initialized */ @@ -313,7 +313,7 @@ vc_nb_write(dev_t dev, struct uio *uiop, vcp = &coda_mnttbl[minor(dev)].mi_vcomm; - /* Peek at the opcode, unique without transfering the data. */ + /* Peek at the opcode, unique without transferring the data. */ uiop->uio_rw = UIO_WRITE; error = uiomove(tbuf, sizeof(int) * 2, uiop); if (error) { Index: src/sys/dev/ic/ispreg.h diff -u src/sys/dev/ic/ispreg.h:1.34 src/sys/dev/ic/ispreg.h:1.35 --- src/sys/dev/ic/ispreg.h:1.34 Fri Mar 26 20:52:01 2010 +++ src/sys/dev/ic/ispreg.h Tue May 3 20:52:32 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: ispreg.h,v 1.34 2010/03/26 20:52:01 mjacob Exp $ */ +/* $NetBSD: ispreg.h,v 1.35 2022/05/03 20:52:32 andvar Exp $ */ /* * Copyright (C) 1997, 1998, 1999 National Aeronautics & Space Administration * All rights reserved. @@ -535,7 +535,7 @@ typedef struct { #define SXP_FIFO_STATUS (SXP_BLOCK+0x5C) /* RW*: SCSI FIFO Status */ #define SXP_FIFO_TOP (SXP_BLOCK+0x5E) /* RW*: SCSI FIFO Top Resid */ #define SXP_FIFO_BOTTOM (SXP_BLOCK+0x60) /* RW*: SCSI FIFO Bot Resid */ -#define SXP_TRAN_REG (SXP_BLOCK+0x64) /* RW*: SCSI Transferr Reg */ +#define SXP_TRAN_REG (SXP_BLOCK+0x64) /* RW*: SCSI Transfer Reg */ #define SXP_TRAN_CNT_LO (SXP_BLOCK+0x68) /* RW*: SCSI Trans Count */ #define SXP_TRAN_CNT_HI (SXP_BLOCK+0x6A) /* RW*: SCSI Trans Count */ #define SXP_TRAN_CTR_LO (SXP_BLOCK+0x6C) /* RW*: SCSI Trans Counter */ Index: src/sys/dev/ic/sl811hs.c diff -u src/sys/dev/ic/sl811hs.c:1.111 src/sys/dev/ic/sl811hs.c:1.112 --- src/sys/dev/ic/sl811hs.c:1.111 Wed Mar 9 22:17:41 2022 +++ src/sys/dev/ic/sl811hs.c Tue May 3 20:52:32 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: sl811hs.c,v 1.111 2022/03/09 22:17:41 riastradh Exp $ */ +/* $NetBSD: sl811hs.c,v 1.112 2022/05/03 20:52:32 andvar Exp $ */ /* * Not (c) 2007 Matthew Orgass @@ -59,7 +59,7 @@ /* * XXX TODO: - * copy next output packet while transfering + * copy next output packet while transferring * usb suspend * could keep track of known values of all buffer space? * combined print/log function for errors @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.111 2022/03/09 22:17:41 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.112 2022/05/03 20:52:32 andvar Exp $"); #ifdef _KERNEL_OPT #include "opt_slhci.h" Index: src/sys/dev/pci/if_sk.c diff -u src/sys/dev/pci/if_sk.c:1.109 src/sys/dev/pci/if_sk.c:1.110 --- src/sys/dev/pci/if_sk.c:1.109 Sat Aug 7 16:19:14 2021 +++ src/sys/dev/pci/if_sk.c Tue May 3 20:52:32 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: if_sk.c,v 1.109 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: if_sk.c,v 1.110 2022/05/03 20:52:32 andvar Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -115,7 +115,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_sk.c,v 1.109 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_sk.c,v 1.110 2022/05/03 20:52:32 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -2519,7 +2519,7 @@ sk_init_xmac(struct sk_if_softc *sc_if) * that jumbo frames larger than 8192 bytes will be * truncated. Disabling all bad frame filtering causes * the RX FIFO to operate in streaming mode, in which - * case the XMAC will start transfering frames out of the + * case the XMAC will start transferring frames out of the * RX FIFO as soon as the FIFO threshold is reached. */ SK_XM_SETBIT_4(sc_if, XM_MODE, XM_MODE_RX_BADFRAMES | Index: src/sys/fs/udf/udf_vnops.c diff -u src/sys/fs/udf/udf_vnops.c:1.124 src/sys/fs/udf/udf_vnops.c:1.125 --- src/sys/fs/udf/udf_vnops.c:1.124 Tue May 3 07:35:43 2022 +++ src/sys/fs/udf/udf_vnops.c Tue May 3 20:52:32 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_vnops.c,v 1.124 2022/05/03 07:35:43 hannken Exp $ */ +/* $NetBSD: udf_vnops.c,v 1.125 2022/05/03 20:52:32 andvar Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_vnops.c,v 1.124 2022/05/03 07:35:43 hannken Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udf_vnops.c,v 1.125 2022/05/03 20:52:32 andvar Exp $"); #endif /* not lint */ @@ -815,7 +815,7 @@ udf_lookup(void *v) /* * Check if the directory has its sticky bit set. If so, ask * for clearance since only the owner of a file or directory - * can remove/rename from taht directory. + * can remove/rename from that directory. */ mode = udf_getaccessmode(dir_node); if ((mode & S_ISTXT) != 0) { Index: src/usr.bin/rdist/main.c diff -u src/usr.bin/rdist/main.c:1.20 src/usr.bin/rdist/main.c:1.21 --- src/usr.bin/rdist/main.c:1.20 Tue Sep 6 18:28:18 2011 +++ src/usr.bin/rdist/main.c Tue May 3 20:52:32 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.20 2011/09/06 18:28:18 joerg Exp $ */ +/* $NetBSD: main.c,v 1.21 2022/05/03 20:52:32 andvar Exp $ */ /* * Copyright (c) 1983, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 19 #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; #else -__RCSID("$NetBSD: main.c,v 1.20 2011/09/06 18:28:18 joerg Exp $"); +__RCSID("$NetBSD: main.c,v 1.21 2022/05/03 20:52:32 andvar Exp $"); #endif #endif /* not lint */ @@ -66,7 +66,7 @@ int debug; /* debugging flag */ int nflag; /* NOP flag, just print commands without executing */ int qflag; /* Quiet. Don't print messages */ int options; /* global options */ -int iamremote; /* act as remote server for transfering files */ +int iamremote; /* act as remote server for transferring files */ FILE *fin = NULL; /* input file pointer */ int rem = -1; /* file descriptor to remote source/sink process */