diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:10 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:10 +0000 |
commit | bcb3268578407a26457b1d59dc793c1486c7024f (patch) | |
tree | 76133aaff93a043dcc8f0534f6af6b3aaac03867 /sys/arch | |
parent | a363952bf8c456aeb41b46f3cd17e64fc6ef593f (diff) |
use the right capitalization for `MBus' and `SBus'
ok jmc@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/dev/if_le.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/if_le.c b/sys/arch/sparc/dev/if_le.c index 47cd4d2aa54..4ddece18e54 100644 --- a/sys/arch/sparc/dev/if_le.c +++ b/sys/arch/sparc/dev/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.28 2006/06/02 20:00:54 miod Exp $ */ +/* $OpenBSD: if_le.c,v 1.29 2007/05/29 09:54:09 sobrado Exp $ */ /* $NetBSD: if_le.c,v 1.50 1997/09/09 20:54:48 pk Exp $ */ /*- @@ -156,7 +156,7 @@ lewrcsr(sc, port, val) ler1->ler1_rdp = val; #if defined(SUN4M) /* - * We need to flush the Sbus->Mbus write buffers. This can most + * We need to flush the SBus->MBus write buffers. This can most * easily be accomplished by reading back the register that we * just wrote (thanks to Chris Torek for this solution). */ |