Fix spelling error in assembler documentation.
authorNick Clifton <nickc@redhat.com>
Mon, 1 Jul 2019 09:20:43 +0000 (10:20 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Jul 2019 09:20:43 +0000 (10:20 +0100)
gas/ChangeLog
gas/doc/as.texi

index ac4a132235f23d67e02826ef4d8a9c514981756d..6b8b4ee87a945eff9f20864745badfc4d8941b72 100644 (file)
@@ -1,3 +1,8 @@
+2019-06-28  Nick Clifton  <nickc@redhat.com>
+
+       PR 24735
+       * doc/as.texi (Zero): Fix spelling typo.
+
 2019-07-01  Jan Beulich  <jbeulich@suse.com>
 
        * config/tc-i386.c (vec_imm4): Delete.
index 763c9d22635a6e4e5f2d9063215b9ffb62be37f3..63e6f3bbf10a1c8d5359cc6cba767674bad96092 100644 (file)
@@ -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
 
This page took 0.030073 seconds and 4 git commands to generate.