From da22d5f8ce61a721593272990cdf39ef4236614d Mon Sep 17 00:00:00 2001 From: andvar Date: Thu, 21 Apr 2022 21:31:11 +0000 Subject: s/substract/subtract/ in comments and error message. s/obtainted/obtained/ in one comment. --- sys/dev/microcode/siop/ncr53cxxx.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/microcode') 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 -__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 #include @@ -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 -- cgit