This is the mail archive of the binutils@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]

PATCH: Fix a typo in doc/c-i386.texi


I checked this in.


H.J.
----
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.4541
diff -u -p -r1.4541 ChangeLog
--- ChangeLog	6 Jul 2011 18:01:51 -0000	1.4541
+++ ChangeLog	18 Jul 2011 13:32:00 -0000
@@ -1,3 +1,7 @@
+2011-07-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* doc/c-i386.texi: Fix a typo.
+
 2011-07-06  Aurelien Jarno  <aurelien@aurel32.net>
 
 	* config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.
Index: doc/c-i386.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-i386.texi,v
retrieving revision 1.60
diff -u -p -r1.60 c-i386.texi
--- doc/c-i386.texi	10 Jun 2011 21:27:38 -0000	1.60
+++ doc/c-i386.texi	18 Jul 2011 13:32:00 -0000
@@ -210,7 +210,7 @@ for any SSE intruction.
 @cindex @samp{-mavxscalar=} option, x86-64
 @item -mavxscalar=@var{128}
 @itemx -mavxscalar=@var{256}
-This options control how the assembler should encode scalar AVX
+These options control how the assembler should encode scalar AVX
 instructions.  @option{-mavxscalar=@var{128}} will encode scalar
 AVX instructions with 128bit vector length, which is the default.
 @option{-mavxscalar=@var{256}} will encode scalar AVX instructions


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