Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/syslogd s/auxillary/auxiliary/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/8095a58561d1
branches:  trunk
changeset: 366257:8095a58561d1
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri May 20 19:34:22 2022 +0000

description:
s/auxillary/auxiliary/ in comments.

diffstat:

 sys/arch/arm/include/armreg.h              |   4 ++--
 sys/arch/powerpc/powerpc/powerpc_machdep.c |   6 +++---
 sys/arch/sparc64/dev/ffbreg.h              |   4 ++--
 sys/arch/sun3/dev/fd.c                     |   6 +++---
 sys/coda/coda_namecache.c                  |   6 +++---
 sys/compat/linux/common/linux_emuldata.h   |   4 ++--
 sys/dev/ic/ds1687reg.h                     |   4 ++--
 sys/dev/ic/nec7210reg.h                    |   4 ++--
 sys/dev/isa/if_elreg.h                     |  10 +++++-----
 usr.sbin/syslogd/syslogd.c                 |   6 +++---
 10 files changed, 27 insertions(+), 27 deletions(-)

diffs (233 lines):

diff -r e76ca0cb54ac -r 8095a58561d1 sys/arch/arm/include/armreg.h
--- a/sys/arch/arm/include/armreg.h     Fri May 20 19:30:17 2022 +0000
+++ b/sys/arch/arm/include/armreg.h     Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: armreg.h,v 1.134 2021/11/27 08:25:18 skrll Exp $       */
+/*     $NetBSD: armreg.h,v 1.135 2022/05/20 19:34:22 andvar Exp $      */
 
 /*
  * Copyright (c) 1998, 2001 Ben Harris
@@ -270,7 +270,7 @@
 #define        MPCORE_AUXCTL_EX        0x00000010 /* exclusive L1/L2 cache */
 #define        MPCORE_AUXCTL_SA        0x00000020 /* SMP/AMP */
 
-/* Marvell PJ4B Auxillary Control Register (CP15.0.R1.c0.1) */
+/* Marvell PJ4B Auxiliary Control Register (CP15.0.R1.c0.1) */
 #define PJ4B_AUXCTL_FW         __BIT(0)   /* Cache and TLB updates broadcast */
 #define PJ4B_AUXCTL_SMPNAMP    __BIT(6)   /* 0 = AMP, 1 = SMP */
 #define PJ4B_AUXCTL_L1PARITY   __BIT(9)   /* L1 parity checking */
diff -r e76ca0cb54ac -r 8095a58561d1 sys/arch/powerpc/powerpc/powerpc_machdep.c
--- a/sys/arch/powerpc/powerpc/powerpc_machdep.c        Fri May 20 19:30:17 2022 +0000
+++ b/sys/arch/powerpc/powerpc/powerpc_machdep.c        Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: powerpc_machdep.c,v 1.84 2022/05/03 20:52:31 andvar Exp $      */
+/*     $NetBSD: powerpc_machdep.c,v 1.85 2022/05/20 19:34:22 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.84 2022/05/03 20:52:31 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: powerpc_machdep.c,v 1.85 2022/05/20 19:34:22 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_altivec.h"
@@ -139,7 +139,7 @@
        tf->tf_fixreg[3] = arginfo.ps_nargvstr;
        tf->tf_fixreg[4] = (register_t)arginfo.ps_argvstr;
        tf->tf_fixreg[5] = (register_t)arginfo.ps_envstr;
-       tf->tf_fixreg[6] = 0;                   /* auxillary vector */
+       tf->tf_fixreg[6] = 0;                   /* auxiliary vector */
        tf->tf_fixreg[7] = 0;                   /* termination vector */
        tf->tf_fixreg[8] = p->p_psstrp;         /* NetBSD extension */
 
diff -r e76ca0cb54ac -r 8095a58561d1 sys/arch/sparc64/dev/ffbreg.h
--- a/sys/arch/sparc64/dev/ffbreg.h     Fri May 20 19:30:17 2022 +0000
+++ b/sys/arch/sparc64/dev/ffbreg.h     Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffbreg.h,v 1.11 2012/08/09 00:48:06 macallan Exp $     */
+/*     $NetBSD: ffbreg.h,v 1.12 2022/05/20 19:34:22 andvar Exp $       */
 /*     $OpenBSD: creatorreg.h,v 1.5 2002/07/29 06:21:45 jason Exp $    */
 
 /*
@@ -187,7 +187,7 @@
 #define        FFB_FBC_XPMASK          0x294   /* X PlaneMask */
 #define        FFB_FBC_YPMASK          0x298
 #define        FFB_FBC_ZPMASK          0x29c
-#define        FFB_FBC_CLIP0MIN        0x2a0   /* Auxilliary Viewport Clips */
+#define        FFB_FBC_CLIP0MIN        0x2a0   /* Auxiliary Viewport Clips */
 #define        FFB_FBC_CLIP0MAX        0x2a4
 #define        FFB_FBC_CLIP1MIN        0x2a8
 #define        FFB_FBC_CLIP1MAX        0x2ac
diff -r e76ca0cb54ac -r 8095a58561d1 sys/arch/sun3/dev/fd.c
--- a/sys/arch/sun3/dev/fd.c    Fri May 20 19:30:17 2022 +0000
+++ b/sys/arch/sun3/dev/fd.c    Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.86 2021/08/07 16:19:06 thorpej Exp $  */
+/*     $NetBSD: fd.c,v 1.87 2022/05/20 19:34:22 andvar Exp $   */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.86 2021/08/07 16:19:06 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.87 2022/05/20 19:34:22 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -340,7 +340,7 @@
 /*
  * The Floppy Control Register on the sun3x, not to be confused with the
  * Floppy ControllER Registers that this driver mostly insterfaces with,
- * controls some of the auxillary functions of the floppy drive.  These
+ * controls some of the auxiliary functions of the floppy drive.  These
  * include asserting the floppy eject and terminal data count (or TC) pins
  * of the floppy drive and controller chip respectively.
  *
diff -r e76ca0cb54ac -r 8095a58561d1 sys/coda/coda_namecache.c
--- a/sys/coda/coda_namecache.c Fri May 20 19:30:17 2022 +0000
+++ b/sys/coda/coda_namecache.c Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_namecache.c,v 1.27 2020/04/13 19:23:17 ad Exp $   */
+/*     $NetBSD: coda_namecache.c,v 1.28 2022/05/20 19:34:22 andvar Exp $       */
 
 /*
  *
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_namecache.c,v 1.27 2020/04/13 19:23:17 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coda_namecache.c,v 1.28 2022/05/20 19:34:22 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/errno.h>
@@ -160,7 +160,7 @@
 }
 
 /*
- * Auxillary routines -- shouldn't be entry points
+ * Auxiliary routines -- shouldn't be entry points
  */
 
 static struct coda_cache *
diff -r e76ca0cb54ac -r 8095a58561d1 sys/compat/linux/common/linux_emuldata.h
--- a/sys/compat/linux/common/linux_emuldata.h  Fri May 20 19:30:17 2022 +0000
+++ b/sys/compat/linux/common/linux_emuldata.h  Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_emuldata.h,v 1.19 2020/04/26 18:53:33 thorpej Exp $      */
+/*     $NetBSD: linux_emuldata.h,v 1.20 2022/05/20 19:34:22 andvar Exp $       */
 
 /*-
  * Copyright (c) 1998,2002 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #define _COMMON_LINUX_EMULDATA_H
 
 /*
- * This is auxillary data the linux compat code
+ * This is auxiliary data the linux compat code
  * needs to do its work.  A pointer to it is
  * stored in the emuldata field of the proc
  * structure.
diff -r e76ca0cb54ac -r 8095a58561d1 sys/dev/ic/ds1687reg.h
--- a/sys/dev/ic/ds1687reg.h    Fri May 20 19:30:17 2022 +0000
+++ b/sys/dev/ic/ds1687reg.h    Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ds1687reg.h,v 1.12 2021/10/21 13:21:54 andvar Exp $    */
+/*     $NetBSD: ds1687reg.h,v 1.13 2022/05/20 19:34:22 andvar Exp $    */
 
 /*
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -168,7 +168,7 @@
        #define DS1687_X4A_WAF  0x02    /* wakeup alarm flag */
        #define DS1687_X4A_KF   0x01    /* kickstart flag */
 #define DS1687_BANK1_XCTRL4B   0x4b
-       #define DS1687_X4B_ABE  0x80    /* auxillary battery enable */
+       #define DS1687_X4B_ABE  0x80    /* auxiliary battery enable */
        #define DS1687_X4B_E32K 0x40    /* enable 32.768kHz output */
        #define DS1687_X4B_CS   0x20    /* chrystal select */
        #define DS1687_X4B_RCE  0x10    /* RAM clear enable */
diff -r e76ca0cb54ac -r 8095a58561d1 sys/dev/ic/nec7210reg.h
--- a/sys/dev/ic/nec7210reg.h   Fri May 20 19:30:17 2022 +0000
+++ b/sys/dev/ic/nec7210reg.h   Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nec7210reg.h,v 1.4 2008/04/28 20:23:50 martin Exp $    */
+/*     $NetBSD: nec7210reg.h,v 1.5 2022/05/20 19:34:22 andvar Exp $    */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
 #define        ADMR_TRM1       0x20
 #define        ADMR_LON        0x40
 #define        ADMR_TON        0x80
-#define NEC7210_AUXMR          5       /* (W) auxilliary mode */
+#define NEC7210_AUXMR          5       /* (W) auxiliary mode */
 #define                AUXMR_CMD       0x00    /* see below */
 #define        AUXMR_ICR       0x20
 #define                AUXMR_REGD      0x40
diff -r e76ca0cb54ac -r 8095a58561d1 sys/dev/isa/if_elreg.h
--- a/sys/dev/isa/if_elreg.h    Fri May 20 19:30:17 2022 +0000
+++ b/sys/dev/isa/if_elreg.h    Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_elreg.h,v 1.4 1994/10/27 04:17:29 cgd Exp $ */
+/*     $NetBSD: if_elreg.h,v 1.5 2022/05/20 19:34:23 andvar Exp $      */
 
 /*
  * Copyright (c) 1994, Matthew E. Kimmel.  Permission is hereby granted
@@ -25,8 +25,8 @@
 #define        EL_RBC          0xa     /* Receive buffer clear */
 #define        EL_RBH          0xb     /* Receive buffer ptr high byte */
 #define        EL_EAW          0xc     /* Ethernet address window */
-#define        EL_AS           0xe     /* Auxillary status register */
-#define        EL_AC           0xe     /* Auxillary command register */
+#define        EL_AS           0xe     /* Auxiliary status register */
+#define        EL_AC           0xe     /* Auxiliary command register */
 #define        EL_BUF          0xf     /* Data buffer */
 
 /* Receive status register bits */
@@ -62,12 +62,12 @@
 #define        EL_TXC_DCOLL16  0x04    /* Detect collision 16 */
 #define        EL_TXC_DSUCCESS 0x08    /* Detect success */
 
-/* Auxillary status register bits */
+/* Auxiliary status register bits */
 #define        EL_AS_RXBUSY    0x01    /* Receive busy */
 #define        EL_AS_DMADONE   0x10    /* DMA finished */
 #define        EL_AS_TXBUSY    0x80    /* Transmit busy */
 
-/* Auxillary command register bits */
+/* Auxiliary command register bits */
 #define        EL_AC_HOST      0x00    /* System bus can access buffer */
 #define        EL_AC_IRQE      0x01    /* IRQ enable */
 #define        EL_AC_TXBAD     0x02    /* Transmit frames with bad FCS */
diff -r e76ca0cb54ac -r 8095a58561d1 usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c        Fri May 20 19:30:17 2022 +0000
+++ b/usr.sbin/syslogd/syslogd.c        Fri May 20 19:34:22 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syslogd.c,v 1.138 2021/11/27 22:30:26 rillig Exp $     */
+/*     $NetBSD: syslogd.c,v 1.139 2022/05/20 19:34:23 andvar Exp $     */
 
 /*
  * Copyright (c) 1983, 1988, 1993, 1994
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)syslogd.c  8.3 (Berkeley) 4/4/94";
 #else
-__RCSID("$NetBSD: syslogd.c,v 1.138 2021/11/27 22:30:26 rillig Exp $");
+__RCSID("$NetBSD: syslogd.c,v 1.139 2022/05/20 19:34:23 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -4756,7 +4756,7 @@
        }
 }
 
-/* auxillary code to allocate memory and copy a string */
+/* auxiliary code to allocate memory and copy a string */
 bool
 copy_string(char **mem, const char *p, const char *q)
 {



Home | Main Index | Thread Index | Old Index