This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Fix typo in objdump.c
- From: Nick Clifton <nickc at redhat dot com>
- To: binutils at sourceware dot org
- Date: Wed, 12 Apr 2006 14:01:47 +0100
- Subject: 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)