diff options
-rw-r--r-- | clang/www/comparison.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 2274581b9ba..26f421d73b9 100644 --- a/clang/www/comparison.html +++ b/clang/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> |