Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/src/trunk]: .joined/src/sys fix typos in word "diagnostic".



details:   https://anonhg.NetBSD.org/.joined/src/rev/175d219760fe
branches:  trunk
changeset: 359391:175d219760fe
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Jan 01 22:01:18 2022 +0000

description:
fix typos in word "diagnostic".

diffstat:

 sys/arch/alpha/tlsb/tlsbreg.h             |  4 ++--
 sys/arch/arc/include/kbdreg.h             |  4 ++--
 sys/dev/microcode/aic7xxx/aicasm_symbol.c |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 9c50c8e0da5a -r 175d219760fe sys/arch/alpha/tlsb/tlsbreg.h
--- a/sys/arch/alpha/tlsb/tlsbreg.h     Sat Jan 01 21:50:29 2022 +0000
+++ b/sys/arch/alpha/tlsb/tlsbreg.h     Sat Jan 01 22:01:18 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tlsbreg.h,v 1.6 2012/02/06 02:14:16 matt Exp $ */
+/* $NetBSD: tlsbreg.h,v 1.7 2022/01/01 22:01:18 andvar Exp $ */
 
 /*
  * Copyright (c) 1997, 2000 by Matthew Jacob
@@ -222,7 +222,7 @@
  *
  *             * The "lock on first error" bit is cleared.
  *
- *     TLBER locking is intended for diagnosic purposes only, and
+ *     TLBER locking is intended for diagnostic purposes only, and
  *     not for general use.
  */
 #define TLBER_ATCE     0x00000001      /* Addr Transmit Ck Error */
diff -r 9c50c8e0da5a -r 175d219760fe sys/arch/arc/include/kbdreg.h
--- a/sys/arch/arc/include/kbdreg.h     Sat Jan 01 21:50:29 2022 +0000
+++ b/sys/arch/arc/include/kbdreg.h     Sat Jan 01 22:01:18 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kbdreg.h,v 1.4 2000/01/23 21:01:57 soda Exp $  */
+/*     $NetBSD: kbdreg.h,v 1.5 2022/01/01 22:01:18 andvar Exp $        */
 /*     $OpenBSD: kbdreg.h,v 1.3 1996/09/04 21:18:24 pefo Exp $ */
 
 /*
@@ -77,7 +77,7 @@
 #define        KBR_RESEND      0xFE    /* needs resend of command */
 #define        KBR_ACK         0xFA    /* received a valid command */
 #define        KBR_OVERRUN     0x00    /* flooded */
-#define        KBR_FAILURE     0xFD    /* diagnosic failure */
+#define        KBR_FAILURE     0xFD    /* diagnostic failure */
 #define        KBR_BREAK       0xF0    /* break code prefix - sent on key release */
 #define        KBR_RSTDONE     0xAA    /* reset complete */
 #define        KBR_ECHO        0xEE    /* echo response */
diff -r 9c50c8e0da5a -r 175d219760fe sys/dev/microcode/aic7xxx/aicasm_symbol.c
--- a/sys/dev/microcode/aic7xxx/aicasm_symbol.c Sat Jan 01 21:50:29 2022 +0000
+++ b/sys/dev/microcode/aic7xxx/aicasm_symbol.c Sat Jan 01 22:01:18 2022 +0000
@@ -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 @@
                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);



Home | Main Index | Thread Index | Old Index