summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-11-01 19:24:30 +0000
committerandvar <andvar@NetBSD.org>2022-11-01 19:24:30 +0000
commit0109dae0ad91fea4ba72cc1e6aaba4e6ba0c98d0 (patch)
tree7e245cb6c24980ba82fb5a1750a76c854028d169 /sys/dev/ic
parentd4c9987c965ef3a506baeec67cac213372216666 (diff)
s/faild/failed/ in comments and messages.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/cacreg.h4
-rw-r--r--sys/dev/ic/cissreg.h4
2 files changed, 4 insertions, 4 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];