summaryrefslogtreecommitdiffstats
path: root/clang/docs/InternalsManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-31 18:54:50 +0000
committerChris Lattner <sabre@nondot.org>2007-07-31 18:54:50 +0000
commit5070523a07436c0bbd8011a34bcbc4df69467de6 (patch)
tree6cb9310422f8bb41e4b166a2ddfe6bbaa00aef5e /clang/docs/InternalsManual.html
parentea23d287b599f4c7569815a472d3e243711a1e75 (diff)
downloadbcm5719-llvm-5070523a07436c0bbd8011a34bcbc4df69467de6.tar.gz
bcm5719-llvm-5070523a07436c0bbd8011a34bcbc4df69467de6.zip
Owen pointed out that this made no sense :)
llvm-svn: 40644
Diffstat (limited to 'clang/docs/InternalsManual.html')
-rw-r--r--clang/docs/InternalsManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html
index 3b49c9c6196..eb36a790d3f 100644
--- a/clang/docs/InternalsManual.html
+++ b/clang/docs/InternalsManual.html
@@ -349,9 +349,9 @@ typedef for foo.
<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>
OpenPOWER on IntegriCloud