aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-10-04 13:35:18 +0000
committerNick Clifton <nickc@redhat.com>2007-10-04 13:35:18 +0000
commit6241fe3d285b038e7c1bacc445cabcc744b865ec (patch)
treec9b2becb3576a98e47bf7772646db5e6acd99b65 /ld/emultempl
parentad2d6943a49fa11ba1e23749973c75feb12dcf6b (diff)
downloadgdb-6241fe3d285b038e7c1bacc445cabcc744b865ec.zip
gdb-6241fe3d285b038e7c1bacc445cabcc744b865ec.tar.gz
gdb-6241fe3d285b038e7c1bacc445cabcc744b865ec.tar.bz2
PR linker/5097
* emultempl/armelf.em (arm_elf_finish): Fix spelling typo.
Diffstat (limited to 'ld/emultempl')
-rw-r--r--ld/emultempl/armelf.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em
index 3c2a6ea..e8b3682 100644
--- a/ld/emultempl/armelf.em
+++ b/ld/emultempl/armelf.em
@@ -232,7 +232,7 @@ arm_elf_finish (void)
entry_symbol.name = buffer;
}
else
- einfo (_("%P: warning: connot find thumb start symbol %s\n"),
+ einfo (_("%P: warning: cannot find thumb start symbol %s\n"),
thumb_entry_symbol);
}