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>
Fri, 17 Sep 2021 18:00:01 +0000 (14:00 -0400)
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 29b8b1f..0b672b8 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 */