Skip to content

Commit

Permalink
sh: arch/sh/: Spelling fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Joe Perches authored and Paul Mundt committed Jan 28, 2008
1 parent 6fc5153 commit eb9c7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/boards/dreamcast/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int systemasic_irq_demux(int irq)
emr = EMR_BASE + (level << 4) + (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(emr);

Expand Down

0 comments on commit eb9c7f4

Please sign in to comment.