Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb s/faild/failed/ in comments and messages.
details: https://anonhg.NetBSD.org/src/rev/a578619536d6
branches: trunk
changeset: 372231:a578619536d6
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Nov 01 19:24:30 2022 +0000
description:
s/faild/failed/ in comments and messages.
diffstat:
sys/arch/ews4800mips/ews4800mips/machdep.c | 6 +++---
sys/dev/ic/cacreg.h | 4 ++--
sys/dev/ic/cissreg.h | 4 ++--
sys/dev/usb/uvscom.c | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 9bd54fdcfad4 -r a578619536d6 sys/arch/ews4800mips/ews4800mips/machdep.c
--- a/sys/arch/ews4800mips/ews4800mips/machdep.c Tue Nov 01 11:05:18 2022 +0000
+++ b/sys/arch/ews4800mips/ews4800mips/machdep.c Tue Nov 01 19:24:30 2022 +0000
@@ -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 @@
if (platform.reboot)
(*platform.reboot)();
- printf("reboot faild.\n");
+ printf("reboot failed.\n");
for (;;)
;
/* NOTREACHED */
diff -r 9bd54fdcfad4 -r a578619536d6 sys/dev/ic/cacreg.h
--- a/sys/dev/ic/cacreg.h Tue Nov 01 11:05:18 2022 +0000
+++ b/sys/dev/ic/cacreg.h Tue Nov 01 19:24:30 2022 +0000
@@ -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 @@
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];
diff -r 9bd54fdcfad4 -r a578619536d6 sys/dev/ic/cissreg.h
--- a/sys/dev/ic/cissreg.h Tue Nov 01 11:05:18 2022 +0000
+++ b/sys/dev/ic/cissreg.h Tue Nov 01 19:24:30 2022 +0000
@@ -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 @@
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];
diff -r 9bd54fdcfad4 -r a578619536d6 sys/dev/usb/uvscom.c
--- a/sys/dev/usb/uvscom.c Tue Nov 01 11:05:18 2022 +0000
+++ b/sys/dev/usb/uvscom.c Tue Nov 01 19:24:30 2022 +0000
@@ -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 <akiyama%jp.FreeBSD.org@localhost>.
* 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 @@
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;
}
Home |
Main Index |
Thread Index |
Old Index