mirror of https://gitee.com/openkylin/qemu.git
disas/arm: fix 'instuction' typo in comment
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
3c254ab8d7
commit
5f2d910c00
|
@ -1662,7 +1662,7 @@ print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given,
|
|||
}
|
||||
else
|
||||
{
|
||||
/* Only match unconditional instuctions against unconditional
|
||||
/* Only match unconditional instructions against unconditional
|
||||
patterns. */
|
||||
if ((given & 0xf0000000) == 0xf0000000)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue