]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sh: boards: Fix the cacography in irq.c
authorTang Bin <tangbin@cmss.chinamobile.com>
Thu, 19 Nov 2020 10:56:56 +0000 (18:56 +0800)
committerRich Felker <dalias@libc.org>
Tue, 23 Feb 2021 22:06:43 +0000 (17:06 -0500)
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>
arch/sh/boards/mach-landisk/irq.c

index 29b8b1f8524668e6204768d8c17ec683a7522dd5..0b672b80c561799884ffe85a012c1b754c8fab06 100644 (file)
@@ -26,8 +26,8 @@ enum {
        PCI_INTD, /* PCI int D */
        ATA,      /* ATA */
        FATA,     /* CF */
-       POWER,    /* Power swtich */
-       BUTTON,   /* Button swtich */
+       POWER,    /* Power switch */
+       BUTTON,   /* Button switch */
 };
 
 /* Vectors for LANDISK */