diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:28 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:28 +0000 |
commit | a02b0ab1d25f9bc09553560af9423058dc820a74 (patch) | |
tree | efe2654eb2693d51b404318228a63dfe427e48d9 /sys/arch/sparc64/dev/stp_sbus.c | |
parent | bcb3268578407a26457b1d59dc793c1486c7024f (diff) |
use the right capitalization for `SBus'
ok jmc@
Diffstat (limited to 'sys/arch/sparc64/dev/stp_sbus.c')
-rw-r--r-- | sys/arch/sparc64/dev/stp_sbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/stp_sbus.c b/sys/arch/sparc64/dev/stp_sbus.c index 19bf867c76f..224834a9bc4 100644 --- a/sys/arch/sparc64/dev/stp_sbus.c +++ b/sys/arch/sparc64/dev/stp_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stp_sbus.c,v 1.7 2006/06/02 20:00:56 miod Exp $ */ +/* $OpenBSD: stp_sbus.c,v 1.8 2007/05/29 09:54:19 sobrado Exp $ */ /* $NetBSD: stp4020.c,v 1.23 2002/06/01 23:51:03 lukem Exp $ */ /*- @@ -114,7 +114,7 @@ stpattach(parent, self, aux) } if (sa->sa_nintr != 2) { - printf(": expect 2 interrupt Sbus levels; got %d\n", + printf(": expect 2 interrupt SBus levels; got %d\n", sa->sa_nintr); return; } |