aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-08-17 02:43:21 +0000
committerAlan Modra <amodra@gmail.com>2012-08-17 02:43:21 +0000
commita86852103bb20a87c714d338230b265c94fc5272 (patch)
tree522c035856ba765f8d7f89f0d06ff7afed3ba0bd /binutils/objdump.c
parented668b34df4ca6f8e8fbd4d5503e6b8e845833c2 (diff)
downloadgdb-a86852103bb20a87c714d338230b265c94fc5272.zip
gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.gz
gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.bz2
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 49a2457..23a6793 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. */