Module Name: src
Committed By: andvar
Date: Fri Dec 8 22:11:15 UTC 2023
Modified Files:
src/sys/arch/hpcmips/dev: it8368.c plumiobusreg.h
Log Message:
fix triple t typos in comment and debug message.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hpcmips/dev/it8368.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hpcmips/dev/plumiobusreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hpcmips/dev/it8368.c
diff -u src/sys/arch/hpcmips/dev/it8368.c:1.27 src/sys/arch/hpcmips/dev/it8368.c:1.28
--- src/sys/arch/hpcmips/dev/it8368.c:1.27 Sat Aug 7 16:18:54 2021
+++ src/sys/arch/hpcmips/dev/it8368.c Fri Dec 8 22:11:15 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: it8368.c,v 1.27 2021/08/07 16:18:54 thorpej Exp $ */
+/* $NetBSD: it8368.c,v 1.28 2023/12/08 22:11:15 andvar Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: it8368.c,v 1.27 2021/08/07 16:18:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: it8368.c,v 1.28 2023/12/08 22:11:15 andvar Exp $");
#undef WINCE_DEFAULT_SETTING /* for debug */
#undef IT8368DEBUG
@@ -577,7 +577,7 @@ it8368_mode(pcmcia_chipset_handle_t pch,
DPRINTF(("it8368_mode: I/O space (%dbit) enabled\n",
reg32 & TX39_MEMCONFIG3_PORT8SEL ? 8 : 16));
} else {
- DPRINTF(("it8368_mode: atttribute space enabled\n"));
+ DPRINTF(("it8368_mode: attribute space enabled\n"));
}
#endif /* IT8368DEBUG */
}
Index: src/sys/arch/hpcmips/dev/plumiobusreg.h
diff -u src/sys/arch/hpcmips/dev/plumiobusreg.h:1.3 src/sys/arch/hpcmips/dev/plumiobusreg.h:1.4
--- src/sys/arch/hpcmips/dev/plumiobusreg.h:1.3 Mon Apr 28 20:23:21 2008
+++ src/sys/arch/hpcmips/dev/plumiobusreg.h Fri Dec 8 22:11:15 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: plumiobusreg.h,v 1.3 2008/04/28 20:23:21 martin Exp $ */
+/* $NetBSD: plumiobusreg.h,v 1.4 2023/12/08 22:11:15 andvar Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#define PLUM_IOBUS_REGBASE 0x6000
#define PLUM_IOBUS_REGSIZE 0x1000
-/* I/O bus width settting */
+/* I/O bus width setting */
#define PLUM_IOBUS_IOXBSZ_REG 0x000
#define PLUM_IOBUS_IOXBSZ_IO5BE5 0x00000020
#define PLUM_IOBUS_IOXBSZ_IO5BE4 0x00000010