]> granicus.if.org Git - clang/commitdiff
fix typo pointed out by gordon
authorChris Lattner <sabre@nondot.org>
Wed, 12 Dec 2007 03:33:41 +0000 (03:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Dec 2007 03:33:41 +0000 (03:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44906 91177308-0d34-0410-b5e6-96231b3b80d8

www/comparison.html

index 0839031356784ce6be6083d44af33ed1a040bb38..245f5b3975fd327bc8112a1cb4ee4f17b888f6b3 100644 (file)
@@ -94,7 +94,7 @@
         example, if you write "x-x" in your source code, the GCC AST will\r
         contain "0", with no mention of 'x'.  This is extremely bad for a\r
         refactoring tool that wants to rename 'x'.</li>\r
-    <li>Clang can serialize it's AST out to disk and read it back into another \r
+    <li>Clang can serialize its AST out to disk and read it back into another \r
         program, which is useful for whole program analysis.  GCC does not have\r
         this, but its current PCH mechanism is close.  However, GCC's current \r
         PCH support is architecturally only able to read the dump back into \r