This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix typo in documentation of assembler's .dc directive.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=46c685acda0034ffad9d767a51aa3aa5df139356

commit 46c685acda0034ffad9d767a51aa3aa5df139356
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Feb 26 11:28:23 2018 +0000

    Fix typo in documentation of assembler's .dc directive.
    
    	* doc/as.texinfo (Dc): Fix typo.

Diff:
---
 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  <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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]