r255727 - Fix grammar.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 15 16:19:23 PST 2015
Author: rsmith
Date: Tue Dec 15 18:19:23 2015
New Revision: 255727
URL: http://llvm.org/viewvc/llvm-project?rev=255727&view=rev
Log:
Fix grammar.
Modified:
cfe/trunk/www/comparison.html
Modified: cfe/trunk/www/comparison.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/comparison.html?rev=255727&r1=255726&r2=255727&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Tue Dec 15 18:19:23 2015
@@ -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>
More information about the cfe-commits
mailing list