[llvm-commits] [www] r118071 - /www/trunk/index.html

Chris Lattner sabre at nondot.org
Tue Nov 2 14:28:23 PDT 2010


Author: lattner
Date: Tue Nov  2 16:28:23 2010
New Revision: 118071

URL: http://llvm.org/viewvc/llvm-project?rev=118071&view=rev
Log:
fix typo, PR8533

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=118071&r1=118070&r2=118071&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Tue Nov  2 16:28:23 2010
@@ -34,7 +34,7 @@
     known as the LLVM intermediate representation ("LLVM IR").  The LLVM Core
     libraries are <a href="docs/">well documented</a>, and it is particularly
     easy to invent your own language (or port an existing compiler) to use
-    <a href="docs/tutorial/">LLVM as a optimizer and code generator</a>.</p>
+    <a href="docs/tutorial/">LLVM as an optimizer and code generator</a>.</p>
 </li>
 
 <li><p><b><a href="http://clang.llvm.org">Clang</a></b> is an "LLVM native"





More information about the llvm-commits mailing list