summaryrefslogtreecommitdiff
path: root/sys/dev/pci/twa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/twa.c')
-rw-r--r--sys/dev/pci/twa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/twa.c b/sys/dev/pci/twa.c
index 0782e41c856..1183648a180 100644
--- a/sys/dev/pci/twa.c
+++ b/sys/dev/pci/twa.c
@@ -1,4 +1,4 @@
-/* $NetBSD: twa.c,v 1.60 2021/08/07 16:19:14 thorpej Exp $ */
+/* $NetBSD: twa.c,v 1.61 2021/12/10 20:36:04 andvar Exp $ */
/* $wasabi: twa.c,v 1.27 2006/07/28 18:17:21 wrstuden Exp $ */
/*-
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.60 2021/08/07 16:19:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.61 2021/12/10 20:36:04 andvar Exp $");
//#define TWA_DEBUG
@@ -153,7 +153,7 @@ static const struct twa_message twa_aen_table[] = {
{0x0000, "AEN queue empty"},
{0x0001, "Controller reset occurred"},
{0x0002, "Degraded unit detected"},
- {0x0003, "Controller error occured"},
+ {0x0003, "Controller error occurred"},
{0x0004, "Background rebuild failed"},
{0x0005, "Background rebuild done"},
{0x0006, "Incomplete unit detected"},