]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
authorMatt Turner <mattst88@gmail.com>
Fri, 6 Apr 2012 08:40:06 +0000 (08:40 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 6 Apr 2012 08:40:06 +0000 (08:40 +0000)
gcc/
2012-04-04  Matt Turner  <mattst88@gmail.com>

* doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".

From-SVN: r186182

gcc/ChangeLog
gcc/doc/install.texi

index 81edd85172f292fb1cfd656e9f411447a7fba814..49c29a0f06cbdcbc3941093c4fc870e73e112a53 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-06  Matt Turner  <mattst88@gmail.com>
+
+       * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
+
 2012-03-29  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
index ac06b15dd352100fdd98bc13a0a62ee9d7108db5..fab6ef456419e38cf4dd1f591cc484154c50ab13 100644 (file)
@@ -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.