Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev s/loobpack/loopback/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/4061aed921d6
branches:  trunk
changeset: 368196:4061aed921d6
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Jun 27 20:28:31 2022 +0000

description:
s/loobpack/loopback/ in comment.

diffstat:

 sys/arch/amiga/dev/siopreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e367178f3ec5 -r 4061aed921d6 sys/arch/amiga/dev/siopreg.h
--- a/sys/arch/amiga/dev/siopreg.h      Mon Jun 27 18:56:56 2022 +0000
+++ b/sys/arch/amiga/dev/siopreg.h      Mon Jun 27 20:28:31 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siopreg.h,v 1.15 2012/08/24 09:01:22 msaitoh Exp $     */
+/*     $NetBSD: siopreg.h,v 1.16 2022/06/27 20:28:31 andvar Exp $      */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -462,7 +462,7 @@
 #define        SIOP_CTEST4_ZMOD        0x40    /* High-impedance outputs */
 #define        SIOP_CTEST4_SZM         0x20    /* ditto, SCSI "outputs" */
 #ifndef ARCH_720
-#define        SIOP_CTEST4_SLBE        0x10    /* SCSI loobpack enable */
+#define        SIOP_CTEST4_SLBE        0x10    /* SCSI loopback enable */
 #define        SIOP_CTEST4_SFWR        0x08    /* SCSI FIFO write enable (from sodl) */
 #else
 #define        SIOP_CTEST4_SRTM        0x10    /* Shadow Register Test Mode */



Home | Main Index | Thread Index | Old Index