forked from OSchip/llvm-project
Fix a typo in the PCH internals documentation
llvm-svn: 164409
This commit is contained in:
parent
b53825b82b
commit
55023de547
|
@ -631,7 +631,7 @@ the model:
|
||||||
find both declarations, but the AST nodes are unrelated. This would
|
find both declarations, but the AST nodes are unrelated. This would
|
||||||
result in a compilation error, due to an ambiguity in name
|
result in a compilation error, due to an ambiguity in name
|
||||||
lookup. Therefore, the AST reader performs declaration merging
|
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
|
two disjoint declarations are merged into a single redeclaration
|
||||||
chain (with a common canonical declaration), so that it is as if one
|
chain (with a common canonical declaration), so that it is as if one
|
||||||
of the headers had been included before the other.</dd>
|
of the headers had been included before the other.</dd>
|
||||||
|
|
Loading…
Reference in New Issue