From: Nick Clifton Date: Wed, 12 Apr 2006 13:05:36 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ae86dfcdb88ace413eefe12e31c2ab1c6c97a4e;p=binutils-gdb.git Fix typo --- diff --git a/binutils/objdump.c b/binutils/objdump.c index 838f083f7ae..6e5eab56da2 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -899,7 +899,7 @@ objdump_print_address (bfd_vma vma, struct disassemble_info *info) objdump_print_addr (vma, info, ! prefix_addresses); } -/* Determine of the given address has a symbol associated with it. */ +/* Determine if the given address has a symbol associated with it. */ static int objdump_symbol_at_address (bfd_vma vma, struct disassemble_info * info)