summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-11-22 17:16:26 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-11-22 17:16:26 +0000
commitea3065fc648dcf2632f7b7876985d52a8e24cbd4 (patch)
tree5e8a3ae98567eca1d007dd4b1998c2b0c51ea519 /docs
parentf35bdc18f62811cfc7a73675754654f48d1a0b69 (diff)
downloadllvm-ea3065fc648dcf2632f7b7876985d52a8e24cbd4.tar.gz
llvm-ea3065fc648dcf2632f7b7876985d52a8e24cbd4.tar.bz2
llvm-ea3065fc648dcf2632f7b7876985d52a8e24cbd4.tar.xz
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 924840adf0..636419cda8 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -397,8 +397,8 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
<li><tt>cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm</tt></li>
</ul>
</li>
- <li><a name="Note4">Only the C and C++ languages needed so there's no need
- to build the other languages for LLVM's purposes.</a> See
+ <li><a name="Note4">Only the C and C++ languages are needed so there's no
+ need to build the other languages for LLVM's purposes.</a> See
<a href="#brokengcc">below</a> for specific version info.
</li>
<li><a name="Note5">You only need CVS if you intend to build from the