PR linker/5097
authorNick Clifton <nickc@redhat.com>
Thu, 4 Oct 2007 13:35:18 +0000 (13:35 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Oct 2007 13:35:18 +0000 (13:35 +0000)
* emultempl/armelf.em (arm_elf_finish): Fix spelling typo.

ld/ChangeLog
ld/emultempl/armelf.em

index da5de5c..dc5f02a 100644 (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
index 3c2a6ea..e8b3682 100644 (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);
 }