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 <tangbin@cmss.chinamobile.com> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by: Rich Felker <dalias@libc.org>
1 parent 0e38225 commit 0341bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • arch/sh/boards/mach-landisk

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)