Fix typo in documentation of assembler's .dc directive.

* doc/as.texinfo (Dc): Fix typo.
This commit is contained in:
Nick Clifton 2018-02-26 11:28:23 +00:00
parent 6838f2bed6
commit 46c685acda
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-02-26 Nick Clifton <nickc@redhat.com>
* doc/as.texinfo (Dc): Fix typo.
2018-02-26 Alan Modra <amodra@gmail.com>
* testsuite/gas/mips/reginfo-2.l: Update.

View File

@ -5064,7 +5064,7 @@ to zero.
@section @code{.dc[@var{size}] @var{expressions}}
@cindex @code{dc} directive
The @code{.dc} directive expects zero of more @var{expressions} separated by
The @code{.dc} directive expects zero or more @var{expressions} separated by
commas. These expressions are evaluated and their values inserted into the
current section. The size of the emitted value depends upon the suffix to the
@code{.dc} directive: