diff mbox

[05/22] exec-all: fix typos in TranslationBlock's documentation

Message ID 1499586614-20507-6-git-send-email-cota@braap.org
State New
Headers show

Commit Message

Emilio Cota July 9, 2017, 7:49 a.m. UTC
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 include/exec/exec-all.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alex Bennée July 12, 2017, 2:37 p.m. UTC | #1
Emilio G. Cota <cota@braap.org> writes:

> Reviewed-by: Richard Henderson <rth@twiddle.net>
> Signed-off-by: Emilio G. Cota <cota@braap.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  include/exec/exec-all.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
> index 8096d64..8326e7d 100644
> --- a/include/exec/exec-all.h
> +++ b/include/exec/exec-all.h
> @@ -341,7 +341,7 @@ struct TranslationBlock {
>      /* The following data are used to directly call another TB from
>       * the code of this one. This can be done either by emitting direct or
>       * indirect native jump instructions. These jumps are reset so that the TB
> -     * just continue its execution. The TB can be linked to another one by
> +     * just continues its execution. The TB can be linked to another one by
>       * setting one of the jump targets (or patching the jump instruction). Only
>       * two of such jumps are supported.
>       */
> @@ -352,7 +352,7 @@ struct TranslationBlock {
>  #else
>      uintptr_t jmp_target_addr[2]; /* target address for indirect jump */
>  #endif
> -    /* Each TB has an assosiated circular list of TBs jumping to this one.
> +    /* Each TB has an associated circular list of TBs jumping to this one.
>       * jmp_list_first points to the first TB jumping to this one.
>       * jmp_list_next is used to point to the next TB in a list.
>       * Since each TB can have two jumps, it can participate in two lists.


--
Alex Bennée
diff mbox

Patch

diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
index 8096d64..8326e7d 100644
--- a/include/exec/exec-all.h
+++ b/include/exec/exec-all.h
@@ -341,7 +341,7 @@  struct TranslationBlock {
     /* The following data are used to directly call another TB from
      * the code of this one. This can be done either by emitting direct or
      * indirect native jump instructions. These jumps are reset so that the TB
-     * just continue its execution. The TB can be linked to another one by
+     * just continues its execution. The TB can be linked to another one by
      * setting one of the jump targets (or patching the jump instruction). Only
      * two of such jumps are supported.
      */
@@ -352,7 +352,7 @@  struct TranslationBlock {
 #else
     uintptr_t jmp_target_addr[2]; /* target address for indirect jump */
 #endif
-    /* Each TB has an assosiated circular list of TBs jumping to this one.
+    /* Each TB has an associated circular list of TBs jumping to this one.
      * jmp_list_first points to the first TB jumping to this one.
      * jmp_list_next is used to point to the next TB in a list.
      * Since each TB can have two jumps, it can participate in two lists.