Source-Changes-HG archive

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

[src/trunk]: src s/stauts/status/



details:   https://anonhg.NetBSD.org/src/rev/7d734e6fe817
branches:  trunk
changeset: 1026724:7d734e6fe817
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:56:10 2021 +0000

description:
s/stauts/status/

diffstat:

 crypto/dist/ipsec-tools/src/racoon/isakmp.c |  4 ++--
 sys/arch/arm/nvidia/tegra_hdmireg.h         |  4 ++--
 sys/arch/arm/xscale/pxa2x0reg.h             |  4 ++--
 sys/arch/sandpoint/stand/altboot/tlp.c      |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r c9a126e17431 -r 7d734e6fe817 crypto/dist/ipsec-tools/src/racoon/isakmp.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp.c       Sun Dec 05 07:53:57 2021 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp.c       Sun Dec 05 07:56:10 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isakmp.c,v 1.78 2018/05/19 20:14:56 maxv Exp $ */
+/*     $NetBSD: isakmp.c,v 1.79 2021/12/05 07:56:10 msaitoh Exp $      */
 
 /* Id: isakmp.c,v 1.74 2006/05/07 21:32:59 manubsd Exp */
 
@@ -687,7 +687,7 @@
                        return -1;
                }
 
-               /* search isakmp phase 2 stauts record. */
+               /* search isakmp phase 2 status record. */
                iph2 = getph2bymsgid(iph1, msgid);
                if (iph2 == NULL) {
                        /* it must be new negotiation as responder */
diff -r c9a126e17431 -r 7d734e6fe817 sys/arch/arm/nvidia/tegra_hdmireg.h
--- a/sys/arch/arm/nvidia/tegra_hdmireg.h       Sun Dec 05 07:53:57 2021 +0000
+++ b/sys/arch/arm/nvidia/tegra_hdmireg.h       Sun Dec 05 07:56:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_hdmireg.h,v 1.5 2015/11/10 00:33:46 jmcneill Exp $ */
+/* $NetBSD: tegra_hdmireg.h,v 1.6 2021/12/05 07:56:10 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -147,7 +147,7 @@
 #define HDMI_NV_PDISP_HDMI_SPARE_CTS_RESET_VAL                 __BITS(18,16)
 
 #define HDMI_NV_PDISP_HDMI_SPDIF_CHN_STATUS1_REG               0x140
-#define HDMI_NV_PDISP_HDMI_SPDIF_CHN_STAUTS2_REG               0x144
+#define HDMI_NV_PDISP_HDMI_SPDIF_CHN_STATUS2_REG               0x144
 #define HDMI_NV_PDISP_CRC_CONTROL_REG                          0x258
 
 #define HDMI_NV_PDISP_INPUT_CONTROL_REG                                0x25c
diff -r c9a126e17431 -r 7d734e6fe817 sys/arch/arm/xscale/pxa2x0reg.h
--- a/sys/arch/arm/xscale/pxa2x0reg.h   Sun Dec 05 07:53:57 2021 +0000
+++ b/sys/arch/arm/xscale/pxa2x0reg.h   Sun Dec 05 07:56:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0reg.h,v 1.24 2021/11/10 16:22:44 msaitoh Exp $ */
+/* $NetBSD: pxa2x0reg.h,v 1.25 2021/12/05 07:56:10 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2002  Genetec Corporation.  All rights reserved.
@@ -1005,7 +1005,7 @@
 #define USBHC_UHCRHDB  0x004c  /* UHC Root Hub Descriptor B */
 #define  UHCRHDB_PPCM(p) ((1<<(p))<<16)        /* Port Power Control Mask [1:3] */
 #define  UHCRHDB_DNR(p)         ((1<<(p))<<0)  /* Device Not Removable [1:3] */
-#define USBHC_UHCRHS   0x0050  /* UHC Root Hub Stauts */
+#define USBHC_UHCRHS   0x0050  /* UHC Root Hub Status */
 #define USBHC_UHCHR    0x0064  /* UHC Reset Register */
 #define  UHCHR_SSEP3   (1<<11) /* Sleep standby enable for port3 */
 #define  UHCHR_SSEP2   (1<<10) /* Sleep standby enable for port2 */
diff -r c9a126e17431 -r 7d734e6fe817 sys/arch/sandpoint/stand/altboot/tlp.c
--- a/sys/arch/sandpoint/stand/altboot/tlp.c    Sun Dec 05 07:53:57 2021 +0000
+++ b/sys/arch/sandpoint/stand/altboot/tlp.c    Sun Dec 05 07:56:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tlp.c,v 1.2 2019/12/27 09:41:49 msaitoh Exp $ */
+/* $NetBSD: tlp.c,v 1.3 2021/12/05 07:56:10 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
 #define RDR_CSR2       0x10            /* R0_OWN poll demand */
 #define RDB_CSR3       0x18            /* Rx descriptor base */
 #define TDB_CSR4       0x20            /* Tx descriptor base */
-#define SR_CSR5                0x28            /* interrupt stauts */
+#define SR_CSR5                0x28            /* interrupt status */
 #define NAR_CSR6       0x30            /* operation mode */
 #define  NAR_NOSQE     (1U<<19)        /* _not_ use SQE signal */
 #define  NAR_TEN       (1U<<13)        /* instruct start/stop Tx */



Home | Main Index | Thread Index | Old Index