aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/gt64120/momenco_ocelot/dbg_io.c
diff options
context:
space:
mode:
authorHorst Schirmeier <horst@schirmeier.com>2006-06-05 10:45:30 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-05 10:45:30 +0100
commite853534e6b94f87e48f29e1701c3f6f8a63669c5 (patch)
tree67c3dda21ba6c1d94ba6fff05f42548230834f04 /arch/mips/gt64120/momenco_ocelot/dbg_io.c
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 (diff)
downloadlinux-dev-e853534e6b94f87e48f29e1701c3f6f8a63669c5.tar.xz
linux-dev-e853534e6b94f87e48f29e1701c3f6f8a63669c5.zip
[SERIAL] typo: buad -> baud
Replacing mistyped "buad" with "baud" where applicable. Signed-off-by: Horst Schirmeier <horst@schirmeier.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/mips/gt64120/momenco_ocelot/dbg_io.c')
-rw-r--r--arch/mips/gt64120/momenco_ocelot/dbg_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/gt64120/momenco_ocelot/dbg_io.c b/arch/mips/gt64120/momenco_ocelot/dbg_io.c
index 8720bccfdea2..f0a6a38fcf4d 100644
--- a/arch/mips/gt64120/momenco_ocelot/dbg_io.c
+++ b/arch/mips/gt64120/momenco_ocelot/dbg_io.c
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
UART16550_WRITE(OFS_INTR_ENABLE, 0);
- /* set up buad rate */
+ /* set up baud rate */
{
uint32 divisor;