]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 da5de5c6da22b97bfb9ebdf5a39c92f0f9dc7de1..dc5f02a9a0f27625900f027b664bf70c51b621d9 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 3c2a6eac01b7b3fbfa2b5179b24d9091472c5c41..e8b36822897f890306a7b4c617551492ce0b109c 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);
 }