PR linker/5097

* emultempl/armelf.em (arm_elf_finish): Fix spelling typo.
This commit is contained in:
Nick Clifton 2007-10-04 13:35:18 +00:00
parent ad2d6943a4
commit 6241fe3d28
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-04 Nick Clifton <nickc@redhat.com>
PR linker/5097
* emultempl/armelf.em (arm_elf_finish): Fix spelling typo.
2007-10-01 Nick Clifton <nickc@redhat.com>
PR linker/4844

View File

@ -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);
}