summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-23 23:21:22 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-23 23:21:22 +0000
commit89c5d267588bb7db11b30b53695d5f0cdd3031fe (patch)
treed5fc43e923aa44029aa3d84a4131c0e8206b945b /docs
parent32d22ee11dc03a69ef22b0794e301cd32176019d (diff)
downloadexternal_llvm-89c5d267588bb7db11b30b53695d5f0cdd3031fe.zip
external_llvm-89c5d267588bb7db11b30b53695d5f0cdd3031fe.tar.gz
external_llvm-89c5d267588bb7db11b30b53695d5f0cdd3031fe.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index bc2b271..7d7e5e5 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -109,7 +109,7 @@ and performance.
<div>
<p>The LLVM Getting Started documentation is <b>wildly</b> out of date and is
-in dire need an update. Most notably, Clang has replaced the GCC front end
+in dire need of an update. Most notably, Clang has replaced the GCC front end
entirely and building with the LLVM GCC front end is no longer supported.
The Clang <a href="http://clang.llvm.org/get_started.html">Getting Started</a>
page might be a better place to start.</p>