]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix doubled words.
authorMarek Polacek <mpolacek@redhat.com>
Fri, 15 Apr 2011 09:41:32 +0000 (11:41 +0200)
committerMarek Polacek <mpolacek@redhat.com>
Sat, 16 Apr 2011 12:43:57 +0000 (14:43 +0200)
libebl/eblrelativerelocp.c
libelf/libelfP.h
src/arlib.c
src/elf32-i386.script
src/ld.c
src/ldgeneric.c

index 8ea97b880118d82ac923aef7397e1f2bddb0076a..9c28b59c4325a2d34182cba7cf09acecad4f0afd 100644 (file)
@@ -1,4 +1,4 @@
-/* Check whether given relocation is a relocation relocation.
+/* Check whether given relocation is a relative relocation.
    Copyright (C) 2006 Red Hat, Inc.
    This file is part of Red Hat elfutils.
    Written by Ulrich Drepper <drepper@redhat.com>, 2006.
index 2b8391bd5ee198df3ba55cde38bf5f96b02352a3..8f2f33a459095c54fa9ca87f605026c09d2c9ac3 100644 (file)
@@ -251,7 +251,7 @@ struct Elf_Scn
   char *rawdata_base;          /* The unmodified data of the section.  */
   char *data_base;             /* The converted data of the section.  */
 
-  struct Elf_ScnList *list;    /* Pointer the the section list element the
+  struct Elf_ScnList *list;    /* Pointer to the section list element the
                                   data is in.  */
 };
 
index af98454c685f0bc50a17d89d2ced400c76ed6683..c69a138f30b4543b4682841e52e9c0e54a53ef81 100644 (file)
@@ -61,7 +61,7 @@ arlib_init (void)
   /* Using snprintf here has a problem: the call always wants to add a
      NUL byte.  We could use a trick whereby we specify the target
      buffer size longer than it is and this would not actually fail,
-     since all the fields are consecutive and we fill them in in
+     since all the fields are consecutive and we fill them in
      sequence (i.e., the NUL byte gets overwritten).  But
      _FORTIFY_SOURCE=2 would not let us play these games.  Therefore
      we play it safe.  */
index a6cfffa1fdd9960e388bb9b91c619b0f13be63cb..2083278fe93d8bd2fa9e1b73885dd5c82245f0d9 100644 (file)
@@ -120,7 +120,7 @@ SEGMENT [RW]
          is in.  */
       KEEP (*crtbegin.o(.ctors))
       /* We don't want to include the .ctor section from
-         from the crtend.o file until after the sorted ctors.
+         the crtend.o file until after the sorted ctors.
          The .ctor section from the crtend file contains the
          end of ctors marker and it must be last */
       KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
index 932496e12438608942553bf55885f0b268ef5b98..a3b09349e356a63d3e55a5cb3619c2b55f054a61 100644 (file)
--- a/src/ld.c
+++ b/src/ld.c
@@ -1465,7 +1465,7 @@ static void
 create_lscript_symbols (void)
 {
   /* Walk through the data from the linker script and generate all the
-     symbols which are required to be present and and those marked
+     symbols which are required to be present and those marked
      with PROVIDE if there is a undefined reference.  */
   if (ld_state.output_segments == NULL)
     return;
index d51b54fe3a3723853c64201ad0da5b04e02a512a..98bdc2257d3ac231c49e8d953a158b05bd45583c 100644 (file)
@@ -5854,9 +5854,8 @@ section index too large in dynamic symbol table"));
 
             - the symbol is for a file
             - it is not externally visible (internal, hidden)
-            - if export_all_dynamic is not set and is only defined in
-              the executable (i.e., it is defined, but not (also) in
-              in DSO)
+            - export_all_dynamic is not set and the symbol is only defined
+              in the executable (i.e., it is defined, but not (also) in DSO)
 
             Set symstrent[cnt] to NULL in case an entry is ignored.  */
          if (XELF_ST_TYPE (sym->st_info) == STT_FILE