summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-07-22 01:10:25 +0000
committerBill Wendling <isanbard@gmail.com>2008-07-22 01:10:25 +0000
commit2d4c2150e16ce3d9681474137d3277e0aaee1178 (patch)
tree65db80a05fb764c3486baa3fc8572994b6796068 /docs
parentc91d0b9bddb01c132fb2fe85a6f6c9205c690f13 (diff)
downloadllvm-2d4c2150e16ce3d9681474137d3277e0aaee1178.tar.gz
llvm-2d4c2150e16ce3d9681474137d3277e0aaee1178.tar.bz2
llvm-2d4c2150e16ce3d9681474137d3277e0aaee1178.tar.xz
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53898 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 eed4547a78..d057390d83 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1616,7 +1616,7 @@ Asked Questions</a> page.</p>
<div class="doc_text">
-<p>This document is just an <b>introduction</b> to how to use LLVM to do
+<p>This document is just an <b>introduction</b> on how to use LLVM to do
some simple things... there are many more interesting and complicated things
that you can do that aren't documented here (but we'll gladly accept a patch
if you want to write something up!). For more information about LLVM, check