From 07f35073c6d6d1b2f42a6b3671b8af2f271986b9 Mon Sep 17 00:00:00 2001 From: Dong Xu Wang Date: Tue, 22 Nov 2011 18:06:26 +0800 Subject: fix spelling in main directory Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- arm-dis.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm-dis.c') diff --git a/arm-dis.c b/arm-dis.c index 3ece02c1b3..6bc4d71698 100644 --- a/arm-dis.c +++ b/arm-dis.c @@ -1624,7 +1624,7 @@ arm_decode_shift (long given, fprintf_function func, void *stream, } /* Print one coprocessor instruction on INFO->STREAM. - Return true if the instuction matched, false if this is not a + Return true if the instruction matched, false if this is not a recognised coprocessor instruction. */ static bfd_boolean @@ -2214,7 +2214,7 @@ print_arm_address (bfd_vma pc, struct disassemble_info *info, long given) } /* Print one neon instruction on INFO->STREAM. - Return true if the instuction matched, false if this is not a + Return true if the instruction matched, false if this is not a recognised neon instruction. */ static bfd_boolean @@ -3927,7 +3927,7 @@ print_insn_arm (bfd_vma pc, struct disassemble_info *info) n = last_mapping_sym - 1; /* No mapping symbol found at this address. Look backwards - for a preceeding one. */ + for a preceding one. */ for (; n >= 0; n--) { if (get_sym_code_type (info, n, &type)) -- cgit v1.2.1