Correct ChangeLog entry
[deliverable/binutils-gdb.git] / bfd / xcofflink.c
index d80e98d4a1510334aea2a68605c95344439c0b09..c9421eed11c1479bdd3240c9d3965509f0fe1c7c 100644 (file)
@@ -5310,7 +5310,7 @@ xcoff_write_global_symbol (struct bfd_hash_entry *bh, void * inf)
        tocoff += h->descriptor->u.toc_offset;
 
       /* The first instruction in the glink code needs to be
-        cooked to to hold the correct offset in the toc.  The
+        cooked to hold the correct offset in the toc.  The
         rest are just output raw.  */
       bfd_put_32 (output_bfd,
                  bfd_xcoff_glink_code(output_bfd, 0) | (tocoff & 0xffff), p);
This page took 0.023736 seconds and 4 git commands to generate.