diff options
| author | Stefan Weil | 2015-09-25 22:45:53 +0200 |
|---|---|---|
| committer | Edgar E. Iglesias | 2015-10-02 02:24:02 +0200 |
| commit | c8667283a070d810f7917d69ea84209475c6e75e (patch) | |
| tree | 7e6ccad2d18f7dc2311978d14db9973a0b033502 | |
| parent | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150930' i... (diff) | |
| download | qemu-c8667283a070d810f7917d69ea84209475c6e75e.tar.gz qemu-c8667283a070d810f7917d69ea84209475c6e75e.tar.xz qemu-c8667283a070d810f7917d69ea84209475c6e75e.zip | |
disas/cris: Fix typo in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
| -rw-r--r-- | disas/cris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/cris.c b/disas/cris.c index 1b76a09dbf..4482a4113e 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 { |
