Correct a typo in the description of the Align and P2align directives.
authorNick Clifton <nickc@redhat.com>
Mon, 1 Jul 2019 11:24:46 +0000 (12:24 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Jul 2019 11:24:46 +0000 (12:24 +0100)
PR 24737
* doc/as.texi (Align): Add missing word to description of
pseudo-op.
(P2align): Likewise.

gas/ChangeLog
gas/doc/as.texi

index 6b8b4ee87a945eff9f20864745badfc4d8941b72..fb41498bae4c41f1c61e899cc40c3a71f00b3e6e 100644 (file)
@@ -1,3 +1,10 @@
+2019-07-01  Nick Clifton  <nickc@redhat.com>
+
+       PR 24737
+       * doc/as.texi (Align): Add missing word to description of
+       pseudo-op.
+       (P2align): Likewise.
+
 2019-06-28  Nick Clifton  <nickc@redhat.com>
 
        PR 24735
index 63e6f3bbf10a1c8d5359cc6cba767674bad96092..b177daa73713a5b2d3bb445e743ddf2e39b21c73 100644 (file)
@@ -4591,7 +4591,7 @@ For other systems, including ppc, i386 using a.out format, arm and
 strongarm, it is the
 number of low-order zero bits the location counter must have after
 advancement.  For example @samp{.align 3} advances the location
-counter until it a multiple of 8.  If the location counter is already a
+counter until it is a multiple of 8.  If the location counter is already a
 multiple of 8, no change is needed.
 
 This inconsistency is due to the different behaviors of the various
@@ -6216,7 +6216,7 @@ Pad the location counter (in the current subsection) to a particular
 storage boundary.  The first expression (which must be absolute) is the
 number of low-order zero bits the location counter must have after
 advancement.  For example @samp{.p2align 3} advances the location
-counter until it a multiple of 8.  If the location counter is already a
+counter until it is a multiple of 8.  If the location counter is already a
 multiple of 8, no change is needed.
 
 The second expression (also absolute) gives the fill value to be stored in the
This page took 0.04198 seconds and 4 git commands to generate.