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

Douglas Gregor dgregor at apple.com
Mon Dec 19 11:50:23 PST 2011


Author: dgregor
Date: Mon Dec 19 13:50:23 2011
New Revision: 146894

URL: http://llvm.org/viewvc/llvm-project?rev=146894&view=rev
Log:
Fix typo 'typdefs', from Nikola Smiljanic

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=146894&r1=146893&r2=146894&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Mon Dec 19 13:50:23 2011
@@ -928,7 +928,7 @@
 <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>actual structure</em> of a type, ignoring typdefs.  Second, we need an
+<em>actual structure</em> of a type, ignoring typedefs.  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>





More information about the cfe-commits mailing list