diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-28 17:20:41 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-08 10:02:18 +0100 |
commit | 8186e78311333a09315d86ea239c785c78519da1 (patch) | |
tree | 82bff6c3c50a9da99c6ee42f44e3146f022d4d53 /target-cris | |
parent | e8e3bb2fa815095a79bcec29d5de3459024d28da (diff) |
Fix typo in comment (truely -> truly)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/translate_v10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-cris/translate_v10.c b/target-cris/translate_v10.c index 41db158965..5b14157d1a 100644 --- a/target-cris/translate_v10.c +++ b/target-cris/translate_v10.c @@ -956,7 +956,7 @@ static int dec10_bdap_m(DisasContext *dc, int size) return insn_len; } #endif - /* Now the rest of the modes are truely indirect. */ + /* Now the rest of the modes are truly indirect. */ insn_len += dec10_prep_move_m(dc, 1, size, cpu_PR[PR_PREFIX]); tcg_gen_add_tl(cpu_PR[PR_PREFIX], cpu_PR[PR_PREFIX], cpu_R[rd]); cris_set_prefix(dc); |