diff options
| author | andvar <andvar@NetBSD.org> | 2022-11-01 19:24:30 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-11-01 19:24:30 +0000 |
| commit | 0109dae0ad91fea4ba72cc1e6aaba4e6ba0c98d0 (patch) | |
| tree | 7e245cb6c24980ba82fb5a1750a76c854028d169 /sys/dev | |
| parent | d4c9987c965ef3a506baeec67cac213372216666 (diff) | |
s/faild/failed/ in comments and messages.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/cacreg.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/cissreg.h | 4 | ||||
| -rw-r--r-- | sys/dev/usb/uvscom.c | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/ic/cacreg.h b/sys/dev/ic/cacreg.h index 739034da848..e5bd90b287d 100644 --- a/sys/dev/ic/cacreg.h +++ b/sys/dev/ic/cacreg.h @@ -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]; diff --git a/sys/dev/ic/cissreg.h b/sys/dev/ic/cissreg.h index 397e82f34c5..9ebea116fb2 100644 --- a/sys/dev/ic/cissreg.h +++ b/sys/dev/ic/cissreg.h @@ -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]; diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c index 3d2d840e63c..1d7ead2083a 100644 --- a/sys/dev/usb/uvscom.c +++ b/sys/dev/usb/uvscom.c @@ -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>. * 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; } |
