]> Git Repo - qemu.git/blobdiff - hw/timer/a9gtimer.c
Revert "pc: Enforce adding CPUs contiguously and removing them in opposite order"
[qemu.git] / hw / timer / a9gtimer.c
index afe577c76af79fb36ceb159c0475f719876f4457..772f85f5fde067d8bc9a6f1a6450059e3e76c815 100644 (file)
@@ -184,7 +184,7 @@ static void a9_gtimer_write(void *opaque, hwaddr addr, uint64_t value,
     case R_COUNTER_LO:
         /*
          * Keep it simple - ARM docco explicitly says to disable timer before
-         * modding it, so dont bother trying to do all the difficult on the fly
+         * modding it, so don't bother trying to do all the difficult on the fly
          * timer modifications - (if they even work in real hardware??).
          */
         if (s->control & R_CONTROL_TIMER_ENABLE) {
This page took 0.023756 seconds and 4 git commands to generate.