aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-07-01 12:24:46 +0100
committerNick Clifton <nickc@redhat.com>2019-07-01 12:24:46 +0100
commita6ce99e98738289658d830def1b6eb9546ab551e (patch)
tree1dc19fe1840ccb20205dc59562e151ca3012f34a /gas
parent539300fb929ada830ec7c4002fd59f0d86c823b1 (diff)
downloadgdb-a6ce99e98738289658d830def1b6eb9546ab551e.zip
gdb-a6ce99e98738289658d830def1b6eb9546ab551e.tar.gz
gdb-a6ce99e98738289658d830def1b6eb9546ab551e.tar.bz2
Correct a typo in the description of the Align and P2align directives.
PR 24737 * doc/as.texi (Align): Add missing word to description of pseudo-op. (P2align): Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
-rw-r--r--gas/doc/as.texi4
2 files changed, 9 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6b8b4ee..fb41498 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 63e6f3b..b177daa 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -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