From patchwork Wed Feb 6 15:08:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] target-m68k: Fix comment Date: Wed, 06 Feb 2013 05:08:27 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 218668 Message-Id: <1360163308-7466-2-git-send-email-stefanha@redhat.com> To: Cc: Stefan Weil , Anthony Liguori , Stefan Hajnoczi From: Stefan Weil * spelling fix ito -> into * reorder to match load/store Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- target-m68k/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-m68k/translate.c b/target-m68k/translate.c index e763195..3f1478c 100644 --- a/target-m68k/translate.c +++ b/target-m68k/translate.c @@ -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,