From 64c7b9d8e07936383db181876b59c597d6a1ff69 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 28 Apr 2011 17:20:27 +0200 Subject: Fix typos in comments (accessable -> accessible, priveleged -> privileged) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- target-cris/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-cris') diff --git a/target-cris/cpu.h b/target-cris/cpu.h index d9087759d..4a9032b10 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -101,7 +101,7 @@ typedef struct CPUCRISState { /* P0 - P15 are referred to as special registers in the docs. */ uint32_t pregs[16]; - /* Pseudo register for the PC. Not directly accessable on CRIS. */ + /* Pseudo register for the PC. Not directly accessible on CRIS. */ uint32_t pc; /* Pseudo register for the kernel stack. */ -- cgit v1.2.3 From 8186e78311333a09315d86ea239c785c78519da1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 28 Apr 2011 17:20:41 +0200 Subject: Fix typo in comment (truely -> truly) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- target-cris/translate_v10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-cris') diff --git a/target-cris/translate_v10.c b/target-cris/translate_v10.c index 41db15896..5b14157d1 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); -- cgit v1.2.3