diff options
-rw-r--r-- | www/comparison.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html index 2c979b96e9..dd1c36a9c5 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
|