aboutsummaryrefslogtreecommitdiff
path: root/accel
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2018-07-12 21:44:54 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2018-07-16 16:58:16 +0200
commit696c706642023e60fcce6b38f425910cd01ec0a6 (patch)
tree0cb7ff3aea60e63893414ef7e7293d768864c0ee /accel
parent46fac17dca19e52506e05530ad3bd01f6d5722e3 (diff)
accel: Fix typo and grammar in comment
The typo was found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> Message-Id: <20180712194454.26765-1-sw@weilnetz.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'accel')
-rw-r--r--accel/tcg/translate-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c
index 49d77fad44..1571987113 100644
--- a/accel/tcg/translate-all.c
+++ b/accel/tcg/translate-all.c
@@ -1795,7 +1795,7 @@ TranslationBlock *tb_gen_code(CPUState *cpu,
tb->jmp_dest[0] = (uintptr_t)NULL;
tb->jmp_dest[1] = (uintptr_t)NULL;
- /* init original jump addresses wich has been set during tcg_gen_code() */
+ /* init original jump addresses which have been set during tcg_gen_code() */
if (tb->jmp_reset_offset[0] != TB_JMP_RESET_OFFSET_INVALID) {
tb_reset_jump(tb, 0);
}