Fix grammar.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 1 Mar 2009 09:51:07 +0000 (09:51 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 1 Mar 2009 09:51:07 +0000 (09:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65769 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GoldPlugin.html

index 2808dfa0b1c6b2b13d425c0e403f13954e35e191..76e49f040d6fd773be12846ab0f136bf0475453a 100644 (file)
@@ -21,8 +21,8 @@
 <!--=========================================================================-->
 <div class="doc_text">
   <p>Building with link time optimization requires cooperation with the
-system linker. To support LTO on Linux systems, we requires that you use
-<a href="http://sourceware.org/binutils">gold</a> which has support for
+system linker. LTO support on Linux systems requires that you use
+<a href="http://sourceware.org/binutils">gold</a> which supports for
 LTO via plugins. This is the same system used by the upcoming
 <a href="http://gcc.gnu.org/wiki/LinkTimeOptimization">GCC LTO</a>
 support.</p>