]> git.proxmox.com Git - qemu.git/blobdiff - m68k-dis.c
qapi schema: add Netdev types
[qemu.git] / m68k-dis.c
index 04f837a31daa0e3b3d141097107bd5cc11b7d831..2b155de51c49bf8e1c4a52956c0ae45894f8b6dc 100644 (file)
@@ -3518,7 +3518,7 @@ const struct m68k_opcode m68k_opcodes[] =
 
 /* NOTE: The mcf5200 family programmer's reference manual does not
    indicate the byte form of the movea instruction is invalid (as it
-   is on 68000 family cpus).  However, experiments on the 5202 yeild
+   is on 68000 family cpus).  However, experiments on the 5202 yield
    unexpected results.  The value is copied, but it is not sign extended
    (as is done with movea.w) and the top three bytes in the address
    register are not disturbed.  I don't know if this is the intended