From 900e33b9cf45dd70012af7fc509119edebb93339 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 1 Jul 2019 10:20:43 +0100 Subject: [PATCH] Fix spelling error in assembler documentation. --- gas/ChangeLog | 5 +++++ gas/doc/as.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index ac4a132235..6b8b4ee87a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2019-06-28 Nick Clifton + + PR 24735 + * doc/as.texi (Zero): Fix spelling typo. + 2019-07-01 Jan Beulich * config/tc-i386.c (vec_imm4): Delete. diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 763c9d2263..63e6f3bbf1 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 -- 2.34.1