From: Nick Clifton Date: Mon, 26 Feb 2018 11:28:23 +0000 (+0000) Subject: Fix typo in documentation of assembler's .dc directive. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46c685acda0034ffad9d767a51aa3aa5df139356;p=binutils-gdb.git Fix typo in documentation of assembler's .dc directive. * doc/as.texinfo (Dc): Fix typo. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 4c97dd59434..a4e80ee1087 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2018-02-26 Nick Clifton + + * doc/as.texinfo (Dc): Fix typo. + 2018-02-26 Alan Modra * testsuite/gas/mips/reginfo-2.l: Update. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 24703094cdc..002a93fd224 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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: