From 47601f22d1986711a0a07ea3f5d1dad26be16520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 10 Oct 2011 01:27:01 +0200 Subject: arm_pic: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit interrput -> interrupt Cc: Paul Brook Signed-off-by: Andreas Färber Signed-off-by: Stefan Hajnoczi --- hw/arm_pic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/arm_pic.c') diff --git a/hw/arm_pic.c b/hw/arm_pic.c index 985148a38..41f8d3e11 100644 --- a/hw/arm_pic.c +++ b/hw/arm_pic.c @@ -39,7 +39,7 @@ static void arm_pic_cpu_handler(void *opaque, int irq, int level) cpu_reset_interrupt(env, CPU_INTERRUPT_FIQ); break; default: - hw_error("arm_pic_cpu_handler: Bad interrput line %d\n", irq); + hw_error("arm_pic_cpu_handler: Bad interrupt line %d\n", irq); } } -- cgit v1.2.3