]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/pl181.c
fix spelling in hw sub directory
[thirdparty/qemu.git] / hw / pl181.c
index 46855f69ded85a5a2cc549b6f31de2f5827c28ab..d05bc191befdb9a305800ab12f22e66f35455d36 100644 (file)
@@ -311,9 +311,9 @@ static uint64_t pl181_read(void *opaque, target_phys_addr_t offset,
     case 0x48: /* FifoCnt */
         /* The documentation is somewhat vague about exactly what FifoCnt
            does.  On real hardware it appears to be when decrememnted
-           when a word is transfered between the FIFO and the serial
+           when a word is transferred between the FIFO and the serial
            data engine.  DataCnt is decremented after each byte is
-           transfered between the serial engine and the card.
+           transferred between the serial engine and the card.
            We don't emulate this level of detail, so both can be the same.  */
         tmp = (s->datacnt + 3) >> 2;
         if (s->linux_hack) {