Commit eb9c7f41 authored by Joe Perches's avatar Joe Perches Committed by Paul Mundt

sh: arch/sh/: Spelling fixes.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6fc5153a
...@@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq) ...@@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq)
emr = EMR_BASE + (level << 4) + (level << 2); emr = EMR_BASE + (level << 4) + (level << 2);
esr = ESR_BASE + (level << 2); esr = ESR_BASE + (level << 2);
/* Mask the ESR to filter any spurious, unwanted interrtupts */ /* Mask the ESR to filter any spurious, unwanted interrupts */
status = inl(esr); status = inl(esr);
status &= inl(emr); status &= inl(emr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment