]> granicus.if.org Git - clang/commitdiff
Fix typo 'typdefs', from Nikola Smiljanic
authorDouglas Gregor <dgregor@apple.com>
Mon, 19 Dec 2011 19:50:23 +0000 (19:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 19 Dec 2011 19:50:23 +0000 (19:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146894 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.html

index 46041c4711d2cd2b75556ee147ebf1d0923b017f..0df1e32c77499e0473296566b26650cc37881cf5 100644 (file)
@@ -928,7 +928,7 @@ 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>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>