diff options
author | Nick Clifton <nickc@redhat.com> | 2018-02-26 11:28:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-26 11:28:23 +0000 |
commit | 46c685acda0034ffad9d767a51aa3aa5df139356 (patch) | |
tree | 78f3e3d7bfc6fa65885a51230fbe058154311211 /gas | |
parent | 6838f2bed6459514c1b0c549e6aa3fc7dbb1d7ec (diff) | |
download | gdb-46c685acda0034ffad9d767a51aa3aa5df139356.zip gdb-46c685acda0034ffad9d767a51aa3aa5df139356.tar.gz gdb-46c685acda0034ffad9d767a51aa3aa5df139356.tar.bz2 |
Fix typo in documentation of assembler's .dc directive.
* doc/as.texinfo (Dc): Fix typo.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
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 <nickc@redhat.com> + + * doc/as.texinfo (Dc): Fix typo. + 2018-02-26 Alan Modra <amodra@gmail.com> * 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: |