[PATCH, doc] Fix typos in documentation

Ralf Wildenhues Ralf.Wildenhues@gmx.de
Mon Mar 15 21:14:00 GMT 2010


* Gerald Pfeifer wrote on Sun, Feb 28, 2010 at 01:37:53PM CET:
> On Sun, 28 Feb 2010, Ralf Wildenhues wrote:
> > This patch is not completely trivial.  I need confirmation that the
> > -mno-llsc change is correct.
> > 
> > Further, I found one other issue, unfixed: extend.texi(Function
> > Attributes) contains an unfinished sentence:
> > | + Note, This feature is currently sorried out for Windows targets trying to
> > 
> > added by <http://gcc.gnu.org/viewcvs?view=revision&revision=136311>.
> > Kai, what are these targets trying to?
> > 
> > Tested 'make info html pdf'.  OK for trunk?
> 
> The typo and whitespace fixes are okay, and I suggest to commit them
> separately of the other changes and right away.

Thanks Gerald.

Remaining bits out of the patch are below.  David, can you please
confirm that this change is correct?  You seem to be the original author
of this text.

Thanks,
Ralf


Fix typos in install.texi (no-llsc)

gcc/ChangeLog:
2010-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* doc/install.texi (Configuration): Fix typo.

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 2fbf9db..9e722bf 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1194,7 +1194,7 @@ Division by zero checks use the break instruction.
 
 @item --with-llsc
 On MIPS targets, make @option{-mllsc} the default when no
-@option{-mno-lsc} option is passed.  This is the default for
+@option{-mno-llsc} option is passed.  This is the default for
 Linux-based targets, as the kernel will emulate them if the ISA does
 not provide them.
 



More information about the Gcc-patches mailing list