Skip to content

Commit

Permalink
disas/arm: fix 'instuction' typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
cota authored and Michael Tokarev committed Dec 18, 2017
1 parent 3c254ab commit 5f2d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disas/arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5f2d910

Please sign in to comment.