diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-12-16 00:19:23 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-12-16 00:19:23 +0000 |
commit | 2ff4de06feed7aa295d5949d0b3054c7f4b3db1f (patch) | |
tree | b8331c36859c6655c42cbf3616a30873376ddb2c /www/comparison.html | |
parent | 7766b834b30d4c050a745d368f94453689fc018e (diff) | |
download | clang-2ff4de06feed7aa295d5949d0b3054c7f4b3db1f.tar.gz |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r-- | www/comparison.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/comparison.html b/www/comparison.html index 2274581b9b..26f421d73b 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -100,7 +100,8 @@ for <a href="diagnostics.html">expressive diagnostics</a>. Modern versions of GCC have made significant advances in this area, incorporating various Clang features such as preserving typedefs in - diagnostics and showing macro expansions, but is still catching up.</li> + diagnostics and showing macro expansions, but GCC is still catching + up.</li> <li>GCC is licensed under the GPL license. <a href="features.html#license"> clang uses a BSD license,</a> which allows it to be embedded in software that is not GPL-licensed.</li> |