diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-07-22 01:10:25 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-07-22 01:10:25 +0000 |
commit | 2d4c2150e16ce3d9681474137d3277e0aaee1178 (patch) | |
tree | 65db80a05fb764c3486baa3fc8572994b6796068 /docs/GettingStarted.html | |
parent | c91d0b9bddb01c132fb2fe85a6f6c9205c690f13 (diff) | |
download | external_llvm-2d4c2150e16ce3d9681474137d3277e0aaee1178.zip external_llvm-2d4c2150e16ce3d9681474137d3277e0aaee1178.tar.gz external_llvm-2d4c2150e16ce3d9681474137d3277e0aaee1178.tar.bz2 |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index eed4547..d057390 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 |