mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Michael Tokarev
parent
3c254ab8d7
commit
5f2d910c00
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user