]> git.proxmox.com Git - qemu.git/commitdiff
target-m68k: Fix comment
authorStefan Weil <sw@weilnetz.de>
Tue, 5 Feb 2013 12:12:43 +0000 (13:12 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 6 Feb 2013 14:52:07 +0000 (15:52 +0100)
* spelling fix ito -> into
* reorder to match load/store

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
target-m68k/translate.c

index e763195f8673babf66642a1b997393e476bc2085..3f1478cc201bcc423c43c6d9e4c4916a5c618856 100644 (file)
@@ -574,7 +574,7 @@ static inline TCGv gen_ea_once(CPUM68KState *env, DisasContext *s,
     return gen_ldst(s, opsize, tmp, val, what);
 }
 
-/* Generate code to load/store a value ito/from an EA.  If VAL > 0 this is
+/* Generate code to load/store a value from/into an EA.  If VAL > 0 this is
    a write otherwise it is a read (0 == sign extend, -1 == zero extend).
    ADDRP is non-null for readwrite operands.  */
 static TCGv gen_ea(CPUM68KState *env, DisasContext *s, uint16_t insn,