Fix spelling in comments in .sc files (ld)
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>
Fri, 25 Nov 2016 20:01:52 +0000 (21:01 +0100)
committerAlan Modra <amodra@gmail.com>
Sun, 27 Nov 2016 09:49:31 +0000 (20:19 +1030)
* scripttempl/ia64vms.sc: Fix spelling in comments.
* scripttempl/ip2k.sc: Fix spelling in comments.
* scripttempl/v850.sc: Fix spelling in comments.
* scripttempl/v850_rh850.sc: Fix spelling in comments.

ld/ChangeLog
ld/scripttempl/ia64vms.sc
ld/scripttempl/ip2k.sc
ld/scripttempl/v850.sc
ld/scripttempl/v850_rh850.sc

index 594bd7640f65f9bf4490413b4192ca6a7d380b38..4b76b33b82458b884549dc6a7062c903cc0885f6 100644 (file)
@@ -1,3 +1,10 @@
+2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
+
+       * scripttempl/ia64vms.sc: Fix spelling in comments.
+       * scripttempl/ip2k.sc: Fix spelling in comments.
+       * scripttempl/v850.sc: Fix spelling in comments.
+       * scripttempl/v850_rh850.sc: Fix spelling in comments.
+
 2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
 
        * emultempl/avrelf.em: Fix spelling in comments.
index 72b6747b556c4d8197539d3170be3e6e9a3ed0b1..ff67589733a5e10dffc9a66f1d00666c1ad002b2 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
     *(.IA_64.pltoff)
   }
   \$TFR\$ ALIGN (16) : {
-    /* Tranfer vector.  */
+    /* Transfer vector.  */
     __entry = .;
     *(.transfer)
   }
index 313c504bd90979b7dceb01f39eaa62f522f61871..e1e09fdbad54af5b16fc024b9387deba1c172fc9 100644 (file)
@@ -31,7 +31,7 @@ MEMORY
 SECTIONS
 {
        /* Allocated memory end markers
-          (initialized to start of appropiate memory address).  */
+          (initialized to start of appropriate memory address).  */
        __data_end  = 0x01000100;
        __pram_end  = 0x02000000;
        __flash_end = 0x02010000;
index 9ff5e9a60c2e682fa163547a875f2f7ffd82a236..0e83ae0d8c9888acd163241daa7e88df2a030885 100644 (file)
@@ -31,7 +31,7 @@ SECTIONS
   }
 
   /* This is the read only part of the zero data area.
-     Having it as a seperate section prevents its
+     Having it as a separate section prevents its
      attributes from being inherited by the zdata
      section.  Specifically it prevents the zdata
      section from being marked READONLY.  */
@@ -167,7 +167,7 @@ SECTIONS
   }
 
   /* We place the .sbss data section AFTER the .rosdata section, so that
-     it can directly preceed the .bss section.  This allows runtime startup
+     it can directly precede the .bss section.  This allows runtime startup
      code to initialise all the zero-data sections by simply taking the
      value of '_edata' and zeroing until it reaches '_end'.  */
      
index b54e95662a03d221887dbf1cb9c8c9bad64537bb..06268f7f5e09aa9fcb728ea0ccedea529722b710 100644 (file)
@@ -33,7 +33,7 @@ SECTIONS
   }
 
   /* This is the read only part of the zero data area.
-     Having it as a seperate section prevents its
+     Having it as a separate section prevents its
      attributes from being inherited by the zdata
      section.  Specifically it prevents the zdata
      section from being marked READONLY.  */
@@ -186,7 +186,7 @@ SECTIONS
   }
 
   /* We place the .sbss data section AFTER the .rosdata section, so that
-     it can directly preceed the .bss section.  This allows runtime startup
+     it can directly precede the .bss section.  This allows runtime startup
      code to initialise all the zero-data sections by simply taking the
      value of '_edata' and zeroing until it reaches '_end'.  */