]> git.proxmox.com Git - qemu.git/blobdiff - hw/arm_gic.c
fix spelling in hw sub directory
[qemu.git] / hw / arm_gic.c
index 527c9cec39e9fb34385cff0edb267d0f2623e109..1a896fbcb3ec3883406e947e240ecb74e9129942 100644 (file)
@@ -602,7 +602,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];