aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-07-01 10:20:43 +0100
committerNick Clifton <nickc@redhat.com>2019-07-01 10:20:43 +0100
commit900e33b9cf45dd70012af7fc509119edebb93339 (patch)
treefde8487c8fee7747bcc1623247cd00dcb112feba /gas/doc
parent9d3bf266fd601031d12584982ef43df22c95e933 (diff)
downloadgdb-900e33b9cf45dd70012af7fc509119edebb93339.zip
gdb-900e33b9cf45dd70012af7fc509119edebb93339.tar.gz
gdb-900e33b9cf45dd70012af7fc509119edebb93339.tar.bz2
Fix spelling error in assembler documentation.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 763c9d2..63e6f3b 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -7381,7 +7381,7 @@ assembly language programmers.
@cindex filling memory with zero bytes
This directive emits @var{size} 0-valued bytes. @var{size} must be an absolute
expression. This directive is actually an alias for the @samp{.skip} directive
-so in can take an optional second argument of the value to store in the bytes
+so it can take an optional second argument of the value to store in the bytes
instead of zero. Using @samp{.zero} in this way would be confusing however.
@end ifclear