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/doc | |
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/doc')
-rw-r--r-- | gas/doc/as.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
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: |