This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: patch to fix very minor typo in invoke.texi



Also committed as obvious, fixing another typo on the exact same line,
which was so obvious I missed it completely.  (Thanks, Alan.)


2001-01-10  Phil Edwards  <pme@sources.redhat.com>

	* invoke.texi:  Fix another typo.


Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/invoke.texi,v
retrieving revision 1.256
diff -u -3 -p -r1.256 invoke.texi
--- invoke.texi	2001/01/10 07:54:07	1.256
+++ invoke.texi	2001/01/10 08:10:16
@@ -6480,7 +6480,7 @@ will be modified. 
 
 @item -m96bit-long-double
 @itemx -m96bit-long-double
-Set the size of @code{long double} to 96 bytes as required by the i386
+Set the size of @code{long double} to 96 bits as required by the i386
 application binary interface.  This is the default.
 
 @item -msvr3-shlib

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