summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorTang Bin <tangbin@cmss.chinamobile.com>2020-11-19 18:56:56 +0800
committerRich Felker <dalias@libc.org>2021-09-17 14:00:01 -0400
commit0341bd3915f85784132fc76df7dfe6aaffba6d14 (patch)
tree0eaff7fd19389b6f9ff803ea8cc6c51b965d40b4 /arch/sh
parent0e38225c92c7964482a8bb6b3e37fde4319e965c (diff)
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>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/mach-landisk/irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-landisk/irq.c b/arch/sh/boards/mach-landisk/irq.c
index 29b8b1f85246..0b672b80c561 100644
--- a/arch/sh/boards/mach-landisk/irq.c
+++ b/arch/sh/boards/mach-landisk/irq.c
@@ -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 */