qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] disas/cris: Fix typo in comment


From: Edgar E. Iglesias
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] disas/cris: Fix typo in comment
Date: Thu, 1 Oct 2015 17:26:51 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Sep 25, 2015 at 10:45:53PM +0200, Stefan Weil wrote:
> Signed-off-by: Stefan Weil <address@hidden>

Reviewed-by: Edgar E. Iglesias <address@hidden>

Applied, thanks!



> ---
>  disas/cris.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/disas/cris.c b/disas/cris.c
> index 1b76a09..4482a41 100644
> --- a/disas/cris.c
> +++ b/disas/cris.c
> @@ -2492,7 +2492,7 @@ print_with_operands (const struct cris_opcode *opcodep,
>         = spec_reg_info ((insn >> 12) & 15, disdata->distype);
>  
>       if (sregp->name == NULL)
> -       /* Should have been caught as a non-match eariler.  */
> +       /* Should have been caught as a non-match earlier.  */
>         *tp++ = '?';
>       else
>         {
> -- 
> 2.1.4
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]