This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in objdump.c


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]