From 46c685acda0034ffad9d767a51aa3aa5df139356 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 26 Feb 2018 11:28:23 +0000 Subject: [PATCH] Fix typo in documentation of assembler's .dc directive. * doc/as.texinfo (Dc): Fix typo. --- gas/ChangeLog | 4 ++++ gas/doc/as.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4c97dd5..a4e80ee 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 2470309..002a93f 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: -- 2.7.4