[llvm-commits] [llvm] r68784 - /llvm/trunk/docs/GettingStarted.html

Chris Lattner sabre at nondot.org
Fri Apr 10 08:38:51 PDT 2009


Author: lattner
Date: Fri Apr 10 10:38:51 2009
New Revision: 68784

URL: http://llvm.org/viewvc/llvm-project?rev=68784&view=rev
Log:
fix typo, patch by Shlomi Fish!

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=68784&r1=68783&r2=68784&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Fri Apr 10 10:38:51 2009
@@ -1489,7 +1489,7 @@
 
 <div class="doc_text">
 <p>This section gives an example of using LLVM.  llvm-gcc3 is now obsolete,
-so we only include instructiosn for llvm-gcc4.
+so we only include instructions for llvm-gcc4.
 </p>
 
 <p><b>Note:</b> The <i>gcc4</i> frontend's invocation is <b><i>considerably different</i></b>





More information about the llvm-commits mailing list