diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-31 17:23:15 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-31 17:23:15 +0000 |
commit | 0b8db33247b443b201986a89a06eb9a963bedad4 (patch) | |
tree | 9907120840aa9eebaeb9d3878ffd1d34d246cbcf /sys/dev/sbus/if_le_ledma.c | |
parent | 4027cc36f009769ad5a4b2dd128d4c0acff2b636 (diff) |
use the right capitalization for `MBus' and `SBus'
ok jmc@
Diffstat (limited to 'sys/dev/sbus/if_le_ledma.c')
-rw-r--r-- | sys/dev/sbus/if_le_ledma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/if_le_ledma.c b/sys/dev/sbus/if_le_ledma.c index 8ec1be77465..186b36132c4 100644 --- a/sys/dev/sbus/if_le_ledma.c +++ b/sys/dev/sbus/if_le_ledma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_ledma.c,v 1.12 2006/06/02 20:00:56 miod Exp $ */ +/* $OpenBSD: if_le_ledma.c,v 1.13 2007/05/31 17:23:14 sobrado Exp $ */ /* $NetBSD: if_le_ledma.c,v 1.14 2001/05/30 11:46:35 mrg Exp $ */ /*- @@ -123,7 +123,7 @@ le_ledma_wrcsr(struct am7990_softc *sc, u_int16_t port, u_int16_t 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). */ |