Fix typo
authorNick Clifton <nickc@redhat.com>
Wed, 12 Apr 2006 13:05:36 +0000 (13:05 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 12 Apr 2006 13:05:36 +0000 (13:05 +0000)
binutils/objdump.c

index 838f083..6e5eab5 100644 (file)
@@ -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)