aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm_pic.c
diff options
context:
space:
mode:
authorAndreas Färber <andreas.faerber@web.de>2011-10-10 01:27:01 +0200
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-10-14 14:39:18 +0100
commit47601f22d1986711a0a07ea3f5d1dad26be16520 (patch)
tree02922d3073a5d4c9eb8a6d1467a526e808d9d801 /hw/arm_pic.c
parent2e02e18ba7e1b22289876166e6ed0c5f848ac20a (diff)
arm_pic: Fix typo
interrput -> interrupt Cc: Paul Brook <paul@codesourcery.com> Signed-off-by: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/arm_pic.c')
-rw-r--r--hw/arm_pic.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}