aboutsummaryrefslogtreecommitdiffstats
path: root/m68k-dis.c
diff options
context:
space:
mode:
authorDong Xu Wang <wdongxu@linux.vnet.ibm.com>2011-11-22 18:06:26 +0800
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-12-02 10:50:57 +0000
commit07f35073c6d6d1b2f42a6b3671b8af2f271986b9 (patch)
tree9d54071355921cab2784203947f6a7734ef135bc /m68k-dis.c
parent9b2260cbd52c93335dd0a3a79a8c7dd4665a1dea (diff)
fix spelling in main directory
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'm68k-dis.c')
-rw-r--r--m68k-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k-dis.c b/m68k-dis.c
index 04f837a31..2b155de51 100644
--- a/m68k-dis.c
+++ b/m68k-dis.c
@@ -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