All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] accel: Fix typo and grammar in comment
@ 2018-07-12 19:44 Stefan Weil
  2018-07-15 14:30 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2018-07-12 19:44 UTC (permalink / raw)
  To: QEMU Developer
  Cc: QEMU Trivial, Paolo Bonzini, Richard Henderson,
	Peter Crosthwaite, Stefan Weil

The typo was found by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 accel/tcg/translate-all.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
     }
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] accel: Fix typo and grammar in comment
  2018-07-12 19:44 [Qemu-devel] [PATCH] accel: Fix typo and grammar in comment Stefan Weil
@ 2018-07-15 14:30 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2018-07-15 14:30 UTC (permalink / raw)
  To: Stefan Weil, QEMU Developer
  Cc: QEMU Trivial, Richard Henderson, Peter Crosthwaite

On 12/07/2018 21:44, Stefan Weil wrote:
> The typo was found by codespell.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  accel/tcg/translate-all.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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);
>      }
> 

Queued, thanks.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-15 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12 19:44 [Qemu-devel] [PATCH] accel: Fix typo and grammar in comment Stefan Weil
2018-07-15 14:30 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.