summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/if_le_lebuffer.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2007-05-31 17:23:15 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2007-05-31 17:23:15 +0000
commit0b8db33247b443b201986a89a06eb9a963bedad4 (patch)
tree9907120840aa9eebaeb9d3878ffd1d34d246cbcf /sys/dev/sbus/if_le_lebuffer.c
parent4027cc36f009769ad5a4b2dd128d4c0acff2b636 (diff)
use the right capitalization for `MBus' and `SBus'
ok jmc@
Diffstat (limited to 'sys/dev/sbus/if_le_lebuffer.c')
-rw-r--r--sys/dev/sbus/if_le_lebuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/if_le_lebuffer.c b/sys/dev/sbus/if_le_lebuffer.c
index ba069fa3fbe..738b373a142 100644
--- a/sys/dev/sbus/if_le_lebuffer.c
+++ b/sys/dev/sbus/if_le_lebuffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_lebuffer.c,v 1.7 2006/06/02 20:00:56 miod Exp $ */
+/* $OpenBSD: if_le_lebuffer.c,v 1.8 2007/05/31 17:23:14 sobrado Exp $ */
/* $NetBSD: if_le_lebuffer.c,v 1.10 2002/03/11 16:00:56 pk Exp $ */
/*-
@@ -111,7 +111,7 @@ le_lebuffer_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).
*/