From: Nick Clifton Date: Mon, 26 Jul 2004 07:55:14 +0000 (+0000) Subject: remove duplicated word X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63cf1d37be55e18ac30414449b48387a3f3bf7a5;p=binutils-gdb.git remove duplicated word --- diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 1956fd545dd..bb1f92c920e 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -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)