[llvm-commits] [llvm] r53898 - /llvm/trunk/docs/GettingStarted.html
Bill Wendling
isanbard at gmail.com
Mon Jul 21 18:10:25 PDT 2008
Author: void
Date: Mon Jul 21 20:10:25 2008
New Revision: 53898
URL: http://llvm.org/viewvc/llvm-project?rev=53898&view=rev
Log:
Fix grammar.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=53898&r1=53897&r2=53898&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Mon Jul 21 20:10:25 2008
@@ -1616,7 +1616,7 @@
<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
More information about the llvm-commits
mailing list