summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/siop
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-04-21 21:31:11 +0000
committerandvar <andvar@NetBSD.org>2022-04-21 21:31:11 +0000
commitda22d5f8ce61a721593272990cdf39ef4236614d (patch)
treef3c84092d335e2e5d7bda2f8128313cd9b6b9c50 /sys/dev/microcode/siop
parent011519cd8a5909b3c8a3cb9598853dc1afcd4067 (diff)
s/substract/subtract/ in comments and error message.
s/obtainted/obtained/ in one comment.
Diffstat (limited to 'sys/dev/microcode/siop')
-rw-r--r--sys/dev/microcode/siop/ncr53cxxx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/microcode/siop/ncr53cxxx.c b/sys/dev/microcode/siop/ncr53cxxx.c
index 4048e10b0c7..3459c3ad2e2 100644
--- a/sys/dev/microcode/siop/ncr53cxxx.c
+++ b/sys/dev/microcode/siop/ncr53cxxx.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53cxxx.c,v 1.16 2009/10/21 23:53:38 snj Exp $ */
+/* $NetBSD: ncr53cxxx.c,v 1.17 2022/04/21 21:31:11 andvar Exp $ */
/*
* Copyright (c) 1995,1999 Michael L. Hitch
@@ -28,7 +28,7 @@
/* ncr53cxxx.c - SCSI SCRIPTS Assembler */
#include <sys/cdefs.h>
-__RCSID("$NetBSD: ncr53cxxx.c,v 1.16 2009/10/21 23:53:38 snj Exp $");
+__RCSID("$NetBSD: ncr53cxxx.c,v 1.17 2022/04/21 21:31:11 andvar Exp $");
#include <stdio.h>
#include <stdlib.h>
@@ -413,7 +413,7 @@ main (int argc, char *argv[])
if (outfp) {
time_t cur_time;
- fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.16 2009/10/21 23:53:38 snj Exp $\t*/\n");
+ fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.17 2022/04/21 21:31:11 andvar Exp $\t*/\n");
fprintf(outfp, "/*\n");
fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n");
time(&cur_time);
@@ -1386,7 +1386,7 @@ fprintf (listfp, "Move data to register: %02x %d\n", data, reg);
if (arch < ARCH825)
errout("wrong arch for add with SFBR");
if (op == 8)
- errout("can't substract SFBR");
+ errout("can't subtract SFBR");
inst0 |= 0x00800000;
data = 0;
} else