]> 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:22:54 +0000 (08:22 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 6 Apr 2012 08:22:54 +0000 (08:22 +0000)
gcc/
2012-04-04  Matt Turner  <mattst88@gmail.com>

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

From-SVN: r186179

gcc/ChangeLog
gcc/doc/install.texi

index 178238d1ab766c8d9235589de8af032a20fdd938..6fa1aa0c3064add82ad9d154554c34680faa97d4 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-06  Matt Turner  <mattst88@gmail.com>
+
+       * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
+
 2012-04-06  Eric Botcazou  <ebotcazou@adacore.com>
 
        * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
index 41dbf445c8687e47214c283d78e0a3b93dc6aae1..6da6c0947518628feaa013f17d11a288ff1bb330 100644 (file)
@@ -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.