Fix typo in objdump.c

Nick Clifton nickc@redhat.com
Wed Apr 12 13:09:00 GMT 2006


Hi Guys,

  I am checking in the patch below to fix a small typo in a comment in
  objdump.c.

Cheers
  Nick

binutils/ChangeLog
2006-04-12  Nick Clifton  <nickc@redhat.com>

	* objdump.c (objdump_symbol_at_address): Fix typo in comment.

Index: binutils/objdump.c
===================================================================
RCS file: /cvs/src/src/binutils/objdump.c,v
retrieving revision 1.117
diff -c -3 -p -r1.117 objdump.c
*** binutils/objdump.c	9 Feb 2006 11:49:53 -0000	1.117
--- binutils/objdump.c	12 Apr 2006 13:04:32 -0000
*************** objdump_print_address (bfd_vma vma, stru
*** 899,905 ****
    objdump_print_addr (vma, info, ! prefix_addresses);
  }
  
! /* Determine of the given address has a symbol associated with it.  */
  
  static int
  objdump_symbol_at_address (bfd_vma vma, struct disassemble_info * info)
--- 899,905 ----
    objdump_print_addr (vma, info, ! prefix_addresses);
  }
  
! /* Determine if the given address has a symbol associated with it.  */
  
  static int
  objdump_symbol_at_address (bfd_vma vma, struct disassemble_info * info)



More information about the Binutils mailing list