Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/dev gratuitous commit to fix spelling error



details:   https://anonhg.NetBSD.org/src/rev/e3f6e677d950
branches:  trunk
changeset: 376325:e3f6e677d950
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sat Jun 10 17:14:57 2023 +0000

description:
gratuitous commit to fix spelling error

diffstat:

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

diffs (18 lines):

diff -r 52303adeceb5 -r e3f6e677d950 sys/arch/next68k/dev/mb8795reg.h
--- a/sys/arch/next68k/dev/mb8795reg.h  Sat Jun 10 16:43:55 2023 +0000
+++ b/sys/arch/next68k/dev/mb8795reg.h  Sat Jun 10 17:14:57 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mb8795reg.h,v 1.4 2010/04/24 19:58:13 dbj Exp $        */
+/*     $NetBSD: mb8795reg.h,v 1.5 2023/06/10 17:14:57 dbj Exp $        */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * All rights reserved.
@@ -75,7 +75,7 @@ struct mb8795_regs {
 #define MB8795_TXMASK_BITS \
 "\20\10READYIE\06TXRXIE\04UNDERFLOWIE\03COLLIE\02COLL16IE\01PARERRIE"
 
-/* cummulative receiver status (address 2) */
+/* cumulative receiver status (address 2) */
 #define MB8795_RXSTAT               2
 
 #define MB8795_RXSTAT_OK               0x80    /* packet received is correct */



Home | Main Index | Thread Index | Old Index