diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-11 22:26:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-11 22:26:03 +0000 |
commit | 0fcc09e4b62c1944515c1938f372627a18e10c09 (patch) | |
tree | d7363a881bbe7236c567e9320466e8a36bac2c8f /www/comparison.html | |
parent | 03c58a3c96afdc763e27ec2d18c0f712ec5823a6 (diff) |
improve title
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-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
|