diff options
author | Tang Bin <tangbin@cmss.chinamobile.com> | 2020-11-19 18:56:56 +0800 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2021-09-17 14:00:01 -0400 |
commit | 0341bd3915f85784132fc76df7dfe6aaffba6d14 (patch) | |
tree | 0eaff7fd19389b6f9ff803ea8cc6c51b965d40b4 /arch/sh | |
parent | 0e38225c92c7964482a8bb6b3e37fde4319e965c (diff) | |
download | linux-0341bd3915f85784132fc76df7dfe6aaffba6d14.tar.bz2 |
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.c | 4 |
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 */ |