public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Fix typo in objdump.c
@ 2006-04-12 13:09 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2006-04-12 13:09 UTC (permalink / raw)
  To: binutils

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-12 13:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-12 13:09 Fix typo in objdump.c Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).