aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-04-06 08:22:54 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2012-04-06 08:22:54 +0000
commit3805a93e4d7d52f8f4073957aa657c3b465b6a79 (patch)
tree7024f7bc1600152bf5d6b51d468a184447dac87d
parent22be591854c5d2e79f2a995b2d602ae9affb8fce (diff)
downloadgcc-3805a93e4d7d52f8f4073957aa657c3b465b6a79.zip
gcc-3805a93e4d7d52f8f4073957aa657c3b465b6a79.tar.gz
gcc-3805a93e4d7d52f8f4073957aa657c3b465b6a79.tar.bz2
install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
gcc/ 2012-04-04 Matt Turner <mattst88@gmail.com> * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". From-SVN: r186179
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 178238d..6fa1aa0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
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.