summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-01-01 22:01:18 +0000
committerandvar <andvar@NetBSD.org>2022-01-01 22:01:18 +0000
commitd2068033038d4cc66323f6e391c570f3c0f11879 (patch)
tree6dfed3fe445bc1becd12ec50aad990f5c718b6c1 /sys/dev/microcode
parentf5f757ba018767b9c98f58e9d5a3b282f459fab0 (diff)
fix typos in word "diagnostic".
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm_symbol.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/microcode/aic7xxx/aicasm_symbol.c b/sys/dev/microcode/aic7xxx/aicasm_symbol.c
index 2383b0f68bf..6e0dc05d69b 100644
--- a/sys/dev/microcode/aic7xxx/aicasm_symbol.c
+++ b/sys/dev/microcode/aic7xxx/aicasm_symbol.c
@@ -1,4 +1,4 @@
-/* $NetBSD: aicasm_symbol.c,v 1.7 2020/06/27 16:19:38 jdolecek Exp $ */
+/* $NetBSD: aicasm_symbol.c,v 1.8 2022/01/01 22:01:18 andvar Exp $ */
/*
* Aic7xxx SCSI host adapter firmware asssembler symbol table implementation
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: aicasm_symbol.c,v 1.7 2020/06/27 16:19:38 jdolecek Exp $");
+__RCSID("$NetBSD: aicasm_symbol.c,v 1.8 2022/01/01 22:01:18 andvar Exp $");
#include <sys/types.h>
@@ -528,7 +528,7 @@ symtable_dump(FILE *ofile, FILE *dfile)
flag = R_NEXT;
}
- /* Register dianostic functions/declarations first. */
+ /* Register diagnostic functions/declarations first. */
aic_print_file_prologue(ofile);
aic_print_reg_dump_types(ofile);
aic_print_file_prologue(dfile);