Commit 0341bd39 authored by Tang Bin's avatar Tang Bin Committed by Rich Felker

sh: boards: Fix the cacography in irq.c

The word 'swtich' is wrong, so fix it.
Signed-off-by: default avatarTang Bin <tangbin@cmss.chinamobile.com>
Reviewed-by: default avatarJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent 0e38225c
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment