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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */