X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=arm-dis.c;h=6bc4d716981ae5a357912b9d1af6d44336bb590b;hb=eab5fd5989a1ac48d123ccaec7346ce325b9ee77;hp=3ece02c1b3a05e9ea5c5fcad9f5decf7e7cedeb1;hpb=5d48e9174e3bfa8655e1dc8f80887acd9040b427;p=qemu.git diff --git a/arm-dis.c b/arm-dis.c index 3ece02c1b..6bc4d7169 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))