Revision 07f35073 arm-dis.c

b/arm-dis.c
1624 1624
}
1625 1625

  
1626 1626
/* Print one coprocessor instruction on INFO->STREAM.
1627
   Return true if the instuction matched, false if this is not a
1627
   Return true if the instruction matched, false if this is not a
1628 1628
   recognised coprocessor instruction.  */
1629 1629

  
1630 1630
static bfd_boolean
......
2214 2214
}
2215 2215

  
2216 2216
/* Print one neon instruction on INFO->STREAM.
2217
   Return true if the instuction matched, false if this is not a
2217
   Return true if the instruction matched, false if this is not a
2218 2218
   recognised neon instruction.  */
2219 2219

  
2220 2220
static bfd_boolean
......
3927 3927
	    n = last_mapping_sym - 1;
3928 3928

  
3929 3929
	  /* No mapping symbol found at this address.  Look backwards
3930
	     for a preceeding one.  */
3930
	     for a preceding one.  */
3931 3931
	  for (; n >= 0; n--)
3932 3932
	    {
3933 3933
	      if (get_sym_code_type (info, n, &type))

Also available in: Unified diff