[cfe-commits] r40644 - /cfe/trunk/docs/InternalsManual.html

Chris Lattner sabre at nondot.org
Tue Jul 31 11:54:50 PDT 2007


Author: lattner
Date: Tue Jul 31 13:54:50 2007
New Revision: 40644

URL: http://llvm.org/viewvc/llvm-project?rev=40644&view=rev
Log:
Owen pointed out that this made no sense :)

Modified:
    cfe/trunk/docs/InternalsManual.html

Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=40644&r1=40643&r2=40644&view=diff

==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Tue Jul 31 13:54:50 2007
@@ -349,9 +349,9 @@
 <p>Representing types like this is great for diagnostics, because the
 user-specified type is always immediately available.  There are two problems
 with this: first, various semantic checks need to make judgements about the
-<em>structure</em> of a type, not its structure.  Second, we need an efficient
-way to query whether two types are structurally identical to each other,
-ignoring typedefs.  The solution to both of these problems is the idea of
+<em>actual structure</em> of a type, ignoring typdefs.  Second, we need an
+efficient way to query whether two types are structurally identical to each
+other, ignoring typedefs.  The solution to both of these problems is the idea of
 canonical types.</p>
 
 <h4>Canonical Types</h4>





More information about the cfe-commits mailing list