]> git.proxmox.com Git - qemu.git/blobdiff - hw/arm_gic.c
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
[qemu.git] / hw / arm_gic.c
index 66c48fd2d973253db6b21127db724380cdfa2c22..9b521195a543b66cde78c16ffcafb52b37af2eda 100644 (file)
@@ -609,7 +609,7 @@ static uint32_t gic_cpu_read(gic_state *s, int cpu, int offset)
         return 0;
     case 0x0c: /* Acknowledge */
         return gic_acknowledge_irq(s, cpu);
-    case 0x14: /* Runing Priority */
+    case 0x14: /* Running Priority */
         return s->running_priority[cpu];
     case 0x18: /* Highest Pending Interrupt */
         return s->current_pending[cpu];