[www] r199921 - fix a typo

Chris Lattner sabre at nondot.org
Thu Jan 23 10:57:38 PST 2014


Author: lattner
Date: Thu Jan 23 12:57:37 2014
New Revision: 199921

URL: http://llvm.org/viewvc/llvm-project?rev=199921&view=rev
Log:
fix a typo

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=199921&r1=199920&r2=199921&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Jan 23 12:57:37 2014
@@ -43,7 +43,7 @@
 </li>
 
 <li><p><b><a href="http://clang.llvm.org">Clang</a></b> is an "LLVM native"
-    C/C++/Objective-C compiler, which aims to  deliver amazingly fast compiles
+    C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles
     (e.g. about <a
     href="http://clang.llvm.org/features.html#performance">3x faster than GCC</a> when
     compiling Objective-C code in a debug configuration), extremely useful <a
@@ -106,7 +106,7 @@
     security attacks and can also be used as a memory safety error debugging
     tool like Valgrind.</p></li>
 
-<li><p>The <b><a href="http://lld.llvm.org/">lld</a></b> project aims to
+<li><p>The <b><a href="http://lld.llvm.org/">lld</a></b> project aims
     to be the built-in linker for clang/llvm.  Currently, clang must invoke
     the system linker to produce executables. </p></li>
 </ol>





More information about the llvm-commits mailing list