remove duplicated word
authorNick Clifton <nickc@redhat.com>
Mon, 26 Jul 2004 07:55:14 +0000 (07:55 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 26 Jul 2004 07:55:14 +0000 (07:55 +0000)
ld/emultempl/elf32.em

index 1956fd545ddb252d42fd00897f03e7a6a2733251..bb1f92c920e24a1db3e22503b98e9f6c8b8b0dfb 100644 (file)
@@ -1264,7 +1264,7 @@ gld${EMULATION_NAME}_place_orphan (lang_input_statement_type *file, asection *s)
      same section name appears in the input file with different
      loadable or allocatable characteristics.  But if the section
      already exists but does not have any flags set, then it has been
-     been created by the linker, probably as a result of a --section-start
+     created by the linker, probably as a result of a --section-start
      command line switch.  */
   if ((sec = bfd_get_section_by_name (output_bfd, secname)) != NULL
       && bfd_get_section_flags (output_bfd, sec) != 0)
This page took 0.035645 seconds and 4 git commands to generate.