diff mbox

doc: Fix typo: mno-lsc -> mno-llsc

Message ID 1333564471-26801-2-git-send-email-mattst88@gmail.com
State New
Headers show

Commit Message

Matt Turner April 4, 2012, 6:34 p.m. UTC
2012-04-04  Matt Turner  <mattst88@gmail.com>

	gcc/
	* doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
---
Still waiting on copyright assignment, but I think this doc patch
is trivial enough to be committed without it.

 gcc/doc/install.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Richard Sandiford April 6, 2012, 8:40 a.m. UTC | #1
Matt Turner <mattst88@gmail.com> writes:
> 2012-04-04  Matt Turner  <mattst88@gmail.com>
>
> 	gcc/
> 	* doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".

Thanks, applied to trunk, 4.7, 4.6 and 4.5.

Richard
diff mbox

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 41dbf44..6da6c09 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1238,7 +1238,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.