projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecdc7d9
)
Fix typo
author
Nick Clifton
<nickc@redhat.com>
Wed, 12 Apr 2006 13:05:36 +0000
(13:05 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 12 Apr 2006 13:05:36 +0000
(13:05 +0000)
binutils/objdump.c
patch
|
blob
|
history
diff --git
a/binutils/objdump.c
b/binutils/objdump.c
index 838f083f7ae4ff5b43ec5e3dfaf4900ad529c209..6e5eab56da24f9f67d70a74bd8bdf5bb2aaf549f 100644
(file)
--- 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
o
f the given address has a symbol associated with it. */
+/* Determine
i
f the given address has a symbol associated with it. */
static int
objdump_symbol_at_address (bfd_vma vma, struct disassemble_info * info)