* [Qemu-devel] [PATCH] disas/cris: Fix typo in comment
@ 2015-09-25 20:45 Stefan Weil
2015-10-02 0:26 ` Edgar E. Iglesias
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2015-09-25 20:45 UTC (permalink / raw)
To: QEMU Developer; +Cc: QEMU Trivial, Edgar E. Iglesias, Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] disas/cris: Fix typo in comment
2015-09-25 20:45 [Qemu-devel] [PATCH] disas/cris: Fix typo in comment Stefan Weil
@ 2015-10-02 0:26 ` Edgar E. Iglesias
0 siblings, 0 replies; 2+ messages in thread
From: Edgar E. Iglesias @ 2015-10-02 0:26 UTC (permalink / raw)
To: Stefan Weil; +Cc: QEMU Trivial, QEMU Developer
On Fri, Sep 25, 2015 at 10:45:53PM +0200, Stefan Weil wrote:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
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
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-02 0:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25 20:45 [Qemu-devel] [PATCH] disas/cris: Fix typo in comment Stefan Weil
2015-10-02 0:26 ` Edgar E. Iglesias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).