]> Git Repo - qemu.git/commitdiff
disas/cris: Fix typo in comment
authorStefan Weil <[email protected]>
Fri, 25 Sep 2015 20:45:53 +0000 (22:45 +0200)
committerEdgar E. Iglesias <[email protected]>
Fri, 2 Oct 2015 00:24:02 +0000 (17:24 -0700)
Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
disas/cris.c

index 1b76a09dbfb35d003cc3b0d8e7c3345256cfd302..4482a4113e6eeb97b898571c6334b070e716d156 100644 (file)
@@ -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
          {
This page took 0.025857 seconds and 4 git commands to generate.