wrap to 80 cols, many fixes to markup.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44985 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/features.html b/www/features.html
index 4e2efdf..477032f 100644
--- a/www/features.html
+++ b/www/features.html
@@ -28,7 +28,7 @@
 <p>End-User Features:</p>
 
 <ul>
-<li><a href="#performance">High performance and low memory use</a></li>
+<li><a href="#performance">Fast compiles and low memory use</a></li>
 <li><a href="#expressivediags">Expressive diagnostics</a></li>
 <li><a href="#gcccompat">GCC compatibility</a></li>
 </ul>
@@ -59,7 +59,7 @@
 
 
 <!--=======================================================================-->
-<h2><a name="performance">High Performance and Low Memory Use</a></h2>
+<h2><a name="performance">Fast compiles and Low Memory Use</a></h2>
 <!--=======================================================================-->
 
 <p>A major focus of our work on clang is to make it fast, light and scalable.