diff options
author | 2007-05-29 09:54:09 +0000 | |
---|---|---|
committer | 2007-05-29 09:54:09 +0000 | |
commit | 3ab5d89231e4f85151f8ab1420280a7b92089da1 (patch) | |
tree | db63eb6fb432460af60bf9ccae98ab4bfaf7c1a9 | |
parent | use the right capitalization for `MBus' (diff) | |
download | wireguard-openbsd-3ab5d89231e4f85151f8ab1420280a7b92089da1.tar.xz wireguard-openbsd-3ab5d89231e4f85151f8ab1420280a7b92089da1.zip |
use the right capitalization for `MBus' and `SBus'
ok jmc@
-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). */ |