Fix a typo in the PCH internals documentation

llvm-svn: 164409
This commit is contained in:
Douglas Gregor 2012-09-21 20:16:09 +00:00
parent b53825b82b
commit 55023de547
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ the model:
find both declarations, but the AST nodes are unrelated. This would
result in a compilation error, due to an ambiguity in name
lookup. Therefore, the AST reader performs declaration merging
according to the appropriate langauge semantics, ensuring that the
according to the appropriate language semantics, ensuring that the
two disjoint declarations are merged into a single redeclaration
chain (with a common canonical declaration), so that it is as if one
of the headers had been included before the other.</dd>