summaryrefslogtreecommitdiff
path: root/sys/arch/atari
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-10-04 20:48:05 +0000
committerandvar <andvar@NetBSD.org>2021-10-04 20:48:05 +0000
commite213d2b73a73eeb45b2fdf8a50e9812154b74181 (patch)
tree9dab1f8dde47b4c2d9d2e2260356fea26c959a04 /sys/arch/atari
parent6ff56ddbf0a943f922c29a89fdba1b60917d3585 (diff)
follow fcambus steps by fixing typos for "unknown" in few more error messages.
Diffstat (limited to 'sys/arch/atari')
-rw-r--r--sys/arch/atari/dev/atari5380.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/dev/atari5380.c b/sys/arch/atari/dev/atari5380.c
index 4ff16a2ca65..917dff7f477 100644
--- a/sys/arch/atari/dev/atari5380.c
+++ b/sys/arch/atari/dev/atari5380.c
@@ -1,4 +1,4 @@
-/* $NetBSD: atari5380.c,v 1.64 2019/12/27 09:41:49 msaitoh Exp $ */
+/* $NetBSD: atari5380.c,v 1.65 2021/10/04 20:48:05 andvar Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.64 2019/12/27 09:41:49 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.65 2021/10/04 20:48:05 andvar Exp $");
#include "opt_atariscsi.h"
@@ -900,7 +900,7 @@ falcon_get_dma_result(SC_REQ *reqp, u_long *bytes_left)
/*
* Misc. DMA-error according to Atari...
*/
- ncr_tprint(reqp, "Unknow ST-SCSI error near 0x%x\n",
+ ncr_tprint(reqp, "Unknown ST-SCSI error near 0x%x\n",
st_dmaaddr_get());
reqp->xs->error = XS_DRIVER_STUFFUP;
rv = 1;