[cfe-commits] r44906 - /cfe/trunk/www/comparison.html

Chris Lattner sabre at nondot.org
Tue Dec 11 19:33:42 PST 2007


Author: lattner
Date: Tue Dec 11 21:33:41 2007
New Revision: 44906

URL: http://llvm.org/viewvc/llvm-project?rev=44906&view=rev
Log:
fix typo pointed out by gordon

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=44906&r1=44905&r2=44906&view=diff

==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Tue Dec 11 21:33:41 2007
@@ -94,7 +94,7 @@
         example, if you write "x-x" in your source code, the GCC AST will
         contain "0", with no mention of 'x'.  This is extremely bad for a
         refactoring tool that wants to rename 'x'.</li>
-    <li>Clang can serialize it's AST out to disk and read it back into another 
+    <li>Clang can serialize its AST out to disk and read it back into another 
         program, which is useful for whole program analysis.  GCC does not have
         this, but its current PCH mechanism is close.  However, GCC's current 
         PCH support is architecturally only able to read the dump back into 





More information about the cfe-commits mailing list