]> Git Repo - qemu.git/commitdiff
arm_pic: Fix typo
authorAndreas Färber <[email protected]>
Sun, 9 Oct 2011 23:27:01 +0000 (01:27 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 14 Oct 2011 13:39:18 +0000 (14:39 +0100)
interrput -> interrupt

Cc: Paul Brook <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/arm_pic.c

index 985148a3806771d9b3f3491f7a47fd386ccbe74c..41f8d3e112cbb0f91c361d8ce8e68eb01844065b 100644 (file)
@@ -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);
     }
 }
 
This page took 0.025912 seconds and 4 git commands to generate.