Module Name: src
Committed By: andvar
Date: Tue Nov 1 19:24:31 UTC 2022
Modified Files:
src/sys/arch/ews4800mips/ews4800mips: machdep.c
src/sys/dev/ic: cacreg.h cissreg.h
src/sys/dev/usb: uvscom.c
Log Message:
s/faild/failed/ in comments and messages.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/ews4800mips/ews4800mips/machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/cacreg.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/cissreg.h
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/usb/uvscom.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ews4800mips/ews4800mips/machdep.c
diff -u src/sys/arch/ews4800mips/ews4800mips/machdep.c:1.31 src/sys/arch/ews4800mips/ews4800mips/machdep.c:1.32
--- src/sys/arch/ews4800mips/ews4800mips/machdep.c:1.31 Thu Jun 11 19:20:43 2020
+++ src/sys/arch/ews4800mips/ews4800mips/machdep.c Tue Nov 1 19:24:30 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.31 2020/06/11 19:20:43 ad Exp $ */
+/* $NetBSD: machdep.c,v 1.32 2022/11/01 19:24:30 andvar Exp $ */
/*-
* Copyright (c) 2001, 2004, 2005 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.31 2020/06/11 19:20:43 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.32 2022/11/01 19:24:30 andvar Exp $");
#include "opt_ddb.h"
@@ -290,7 +290,7 @@ cpu_reboot(int howto, char *bootstr)
if (platform.reboot)
(*platform.reboot)();
- printf("reboot faild.\n");
+ printf("reboot failed.\n");
for (;;)
;
/* NOTREACHED */
Index: src/sys/dev/ic/cacreg.h
diff -u src/sys/dev/ic/cacreg.h:1.11 src/sys/dev/ic/cacreg.h:1.12
--- src/sys/dev/ic/cacreg.h:1.11 Mon Apr 28 20:23:49 2008
+++ src/sys/dev/ic/cacreg.h Tue Nov 1 19:24:30 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: cacreg.h,v 1.11 2008/04/28 20:23:49 martin Exp $ */
+/* $NetBSD: cacreg.h,v 1.12 2022/11/01 19:24:30 andvar Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -203,7 +203,7 @@ struct cac_drive_status {
u_int8_t memfail; /* cache mem failure */
u_int8_t expfail; /* expansion failure */
u_int8_t rebldfail; /* rebuild failure */
-#define CAC_LD_RBLD_READ 0x01 /* read faild */
+#define CAC_LD_RBLD_READ 0x01 /* read failed */
#define CAC_LD_RBLD_WRITE 0x02 /* write fail */
u_int8_t bigfailed[16]; /* bigmap vers of same of the above */
u_int8_t bigremapcnt[256];
Index: src/sys/dev/ic/cissreg.h
diff -u src/sys/dev/ic/cissreg.h:1.10 src/sys/dev/ic/cissreg.h:1.11
--- src/sys/dev/ic/cissreg.h:1.10 Thu Jul 16 14:41:04 2020
+++ src/sys/dev/ic/cissreg.h Tue Nov 1 19:24:30 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: cissreg.h,v 1.10 2020/07/16 14:41:04 jdolecek Exp $ */
+/* $NetBSD: cissreg.h,v 1.11 2022/11/01 19:24:30 andvar Exp $ */
/* $OpenBSD: cissreg.h,v 1.11 2010/06/03 01:02:13 dlg Exp $ */
/*
@@ -249,7 +249,7 @@ struct ciss_ldstat {
u_int8_t memfail; /* cache mem failure */
u_int8_t expfail; /* expansion failure */
u_int8_t rebldfail; /* rebuild failure */
-#define CISS_LD_RBLD_READ 0x01 /* read faild */
+#define CISS_LD_RBLD_READ 0x01 /* read failed */
#define CISS_LD_RBLD_WRITE 0x02 /* write fail */
u_int8_t bigfailed[16]; /* bigmap vers of same of the above */
u_int8_t bigremapcnt[256];
Index: src/sys/dev/usb/uvscom.c
diff -u src/sys/dev/usb/uvscom.c:1.39 src/sys/dev/usb/uvscom.c:1.40
--- src/sys/dev/usb/uvscom.c:1.39 Sat Aug 7 16:19:17 2021
+++ src/sys/dev/usb/uvscom.c Tue Nov 1 19:24:31 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: uvscom.c,v 1.39 2021/08/07 16:19:17 thorpej Exp $ */
+/* $NetBSD: uvscom.c,v 1.40 2022/11/01 19:24:31 andvar Exp $ */
/*-
* Copyright (c) 2001-2002, Shunsuke Akiyama <[email protected]>.
* All rights reserved.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvscom.c,v 1.39 2021/08/07 16:19:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvscom.c,v 1.40 2022/11/01 19:24:31 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -731,7 +731,7 @@ uvscom_open(void *addr, int portno)
err = uvscom_readstat(sc);
if (err) {
- DPRINTF(("%s: uvscom_open: readstat faild\n",
+ DPRINTF(("%s: uvscom_open: readstat failed\n",
device_xname(sc->sc_dev)));
return EIO;
}