improve title


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44883 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/comparison.html b/www/comparison.html
index 2c979b9..dd1c36a 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -4,14 +4,14 @@
 <html>

 <head>

   <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

-  <title>Comparing clang to other compilers</title>

+  <title>Comparing clang to other open source compilers</title>

   <link type="text/css" rel="stylesheet" href="menu.css" />

   <link type="text/css" rel="stylesheet" href="content.css" />

 </head>

 <body>

   <!--#include virtual="menu.html.incl"-->

   <div id="content">

-    <h1>Clang vs Other Compilers</h1>

+    <h1>Clang vs Other Open Source Compilers</h1>

     

     <p>Building an entirely new compiler front-end is a big task, and it isn't

        always clear to people why we decided to do this.  Here we compare clang