diff options
author | Nick Clifton <nickc@redhat.com> | 2006-04-12 13:05:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-04-12 13:05:36 +0000 |
commit | 2ae86dfcdb88ace413eefe12e31c2ab1c6c97a4e (patch) | |
tree | 90404a7190bbf2a38d9a863ff201a85b73f79875 /binutils/objdump.c | |
parent | ecdc7d9c24a81af6aeb521a5143ee45c1e57dc19 (diff) | |
download | gdb-2ae86dfcdb88ace413eefe12e31c2ab1c6c97a4e.zip gdb-2ae86dfcdb88ace413eefe12e31c2ab1c6c97a4e.tar.gz gdb-2ae86dfcdb88ace413eefe12e31c2ab1c6c97a4e.tar.bz2 |
Fix typo
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 838f083..6e5eab5 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) |