Fix spelling in comments in .em files (ld)
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>
Fri, 25 Nov 2016 20:01:50 +0000 (21:01 +0100)
committerAlan Modra <amodra@gmail.com>
Sun, 27 Nov 2016 04:39:50 +0000 (15:09 +1030)
* emultempl/avrelf.em: Fix spelling in comments.
* emultempl/elf32.em: Fix spelling in comments.
* emultempl/pe.em: Fix spelling in comments.
* emultempl/pep.em: Fix spelling in comments.
* emultempl/spuelf.em: Fix spelling in comments.

ld/ChangeLog
ld/emultempl/avrelf.em
ld/emultempl/elf32.em
ld/emultempl/pe.em
ld/emultempl/pep.em
ld/emultempl/spuelf.em

index ae660fa4271ef78d28e7db5bd5c5ee42ac101659..594bd7640f65f9bf4490413b4192ca6a7d380b38 100644 (file)
@@ -1,3 +1,11 @@
+2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
+
+       * emultempl/avrelf.em: Fix spelling in comments.
+       * emultempl/elf32.em: Fix spelling in comments.
+       * emultempl/pe.em: Fix spelling in comments.
+       * emultempl/pep.em: Fix spelling in comments.
+       * emultempl/spuelf.em: Fix spelling in comments.
+
 2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
 
        * testsuite/ld-sh/arch/arch.exp: Fix spelling in comments.
index 4710b6e0e82fdfaddeddba8b89604226e4891f8f..f9f011124633b344dfb57c68ff81e2fe5b42dd15 100644 (file)
@@ -36,7 +36,7 @@ fragment <<EOF
 static lang_input_statement_type *stub_file;
 static asection *avr_stub_section;
 
-/* Variables set by the command-line parameters and transfered
+/* Variables set by the command-line parameters and transferred
    to the bfd without use of global shared variables.  */
 
 static bfd_boolean avr_no_stubs = FALSE;
index f5cb3eeb71862fb428f9347e50cabe204f49a58f..36aa7db886dc080703bc579b02b3f6504c1bbdc4 100644 (file)
@@ -534,7 +534,7 @@ gld${EMULATION_NAME}_search_needed (const char *path,
       while ((var = strchr (filename + offset, '$')) != NULL)
        {
          /* The ld.so manual page does not say, but I am going to assume that
-            these tokens are terminated by a directory seperator character
+            these tokens are terminated by a directory separator character
             (/) or the end of the string.  There is also an implication that
             $ORIGIN should only be used at the start of a path, but that is
             not enforced here.
@@ -1512,7 +1512,7 @@ gld${EMULATION_NAME}_find_exp_assignment (etree_type *exp)
     case etree_provide:
     case etree_provided:
       provide = TRUE;
-      /* Fall thru */
+      /* Fallthru */
     case etree_assign:
       /* We call record_link_assignment even if the symbol is defined.
         This is because if it is defined by a dynamic object, we
index 7b8fec78db86e0a10f6312a5fd9bf4e7b3dbef13..b4385b0ea1aa7081402a950f6e93d1af73959993 100644 (file)
@@ -1231,7 +1231,7 @@ This should work unless it involves constant data structures referencing symbols
              undef->type = bfd_link_hash_defweak;
              /* We replace original name with __imp_ prefixed, this
                 1) may trash memory 2) leads to duplicate symbol generation.
-                Still, IMHO it's better than having name poluted.  */
+                Still, IMHO it's better than having name polluted.  */
              undef->root.string = sym->root.string;
              undef->u.def.value = sym->u.def.value;
              undef->u.def.section = sym->u.def.section;
index 60deeedd35754fcd7545f31dcfc142beedf1f176..1312bec2608b361cbe681f9d18e804e7d2726d3b 100644 (file)
@@ -1197,7 +1197,7 @@ pep_find_data_imports (void)
              undef->type = bfd_link_hash_defweak;
              /* We replace original name with __imp_ prefixed, this
                 1) may trash memory 2) leads to duplicate symbol generation.
-                Still, IMHO it's better than having name poluted.  */
+                Still, IMHO it's better than having name polluted.  */
              undef->root.string = sym->root.string;
              undef->u.def.value = sym->u.def.value;
              undef->u.def.section = sym->u.def.section;
index a94e1dfcc36d59c390c3e0a9573c2cbc14e6cf51..d36c35624da3577eeb68f89c0e4fd9739f664aaf 100644 (file)
@@ -719,7 +719,7 @@ PARSE_AND_LIST_ARGS_CASES='
          auto_overlay_file = optarg;
          break;
        }
-      /* Fall thru */
+      /* Fallthru */
 
     case OPTION_SPU_AUTO_RELINK:
       params.auto_overlay |= 2;