summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-08-17 02:43:20 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-08-17 02:43:20 +0000
commitc9adef682349be0f1fd0b8bb145839af2cfaa683 (patch)
tree15d7a37c5f5020a5b7a552274f12d9eefc43ba3b /binutils/objdump.c
parentc63e2546f9118c71da5b9a30685cdc68393bd230 (diff)
downloadbinutils-redhat-c9adef682349be0f1fd0b8bb145839af2cfaa683.tar.gz
typo fixes
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r--binutils/objdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c
index 49a2457be7..23a6793371 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -1235,7 +1235,7 @@ try_print_file_open (const char *origname, const char *modname)
return p;
}
-/* If the the source file, as described in the symtab, is not found
+/* If the source file, as described in the symtab, is not found
try to locate it in one of the paths specified with -I
If found, add location to print_files linked list. */