summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2007-05-29 09:54:28 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2007-05-29 09:54:28 +0000
commita02b0ab1d25f9bc09553560af9423058dc820a74 (patch)
treeefe2654eb2693d51b404318228a63dfe427e48d9 /sys/arch/sparc64/include
parentbcb3268578407a26457b1d59dc793c1486c7024f (diff)
use the right capitalization for `SBus'
ok jmc@
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r--sys/arch/sparc64/include/autoconf.h4
-rw-r--r--sys/arch/sparc64/include/bus.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/include/autoconf.h b/sys/arch/sparc64/include/autoconf.h
index 0c5d2e0e7fe..04175f4b5ca 100644
--- a/sys/arch/sparc64/include/autoconf.h
+++ b/sys/arch/sparc64/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.14 2007/05/04 03:44:44 deraadt Exp $ */
+/* $OpenBSD: autoconf.h,v 1.15 2007/05/29 09:54:27 sobrado Exp $ */
/* $NetBSD: autoconf.h,v 1.10 2001/07/24 19:32:11 eeh Exp $ */
/*-
@@ -92,7 +92,7 @@ struct intrmap {
extern struct intrmap intrmap[];
/* The "mainbus" on ultra desktops is actually the UPA bus. We need to
- * separate this from peripheral buses like SBUS and PCI because each bus may
+ * separate this from peripheral buses like SBus and PCI because each bus may
* have different ways of encoding properties, such as "reg" and "interrupts".
*/
diff --git a/sys/arch/sparc64/include/bus.h b/sys/arch/sparc64/include/bus.h
index adabf7fa9e5..ac7a66aaa49 100644
--- a/sys/arch/sparc64/include/bus.h
+++ b/sys/arch/sparc64/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.21 2007/04/10 18:02:48 miod Exp $ */
+/* $OpenBSD: bus.h,v 1.22 2007/05/29 09:54:25 sobrado Exp $ */
/* $NetBSD: bus.h,v 1.31 2001/09/21 15:30:41 wiz Exp $ */
/*-
@@ -125,7 +125,7 @@ extern int bus_space_debug;
/*
- * UPA and SBUS spaces are non-cached and big endian
+ * UPA and SBus spaces are non-cached and big endian
* (except for RAM and PROM)
*
* PCI spaces are non-cached and little endian