Skip to content

Commit 0341bd3

Browse files
Tang BinRich Felker
authored andcommitted
sh: boards: Fix the cacography in irq.c
The word 'swtich' is wrong, so fix it. Signed-off-by: Tang Bin <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Signed-off-by: Rich Felker <[email protected]>
1 parent 0e38225 commit 0341bd3

File tree

1 file changed

+2
-2
lines changed
  • arch/sh/boards/mach-landisk

1 file changed

+2
-2
lines changed

arch/sh/boards/mach-landisk/irq.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ enum {
2626
PCI_INTD, /* PCI int D */
2727
ATA, /* ATA */
2828
FATA, /* CF */
29-
POWER, /* Power swtich */
30-
BUTTON, /* Button swtich */
29+
POWER, /* Power switch */
30+
BUTTON, /* Button switch */
3131
};
3232

3333
/* Vectors for LANDISK */

0 commit comments

Comments
 (0)