diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-09-21 20:16:09 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-09-21 20:16:09 +0000 |
commit | 0e6b15556a266fae5d7c7b72b6047445a46c503e (patch) | |
tree | 2174217b1b0e633f9c0e0db36b2968bbaefb9059 | |
parent | fcf8eba0c78634243383f92a77381e919e7e27ef (diff) |
Fix a typo in the PCH internals documentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164409 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/PCHInternals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PCHInternals.html b/docs/PCHInternals.html index 502c4bb5ed..05278f37e0 100644 --- a/docs/PCHInternals.html +++ b/docs/PCHInternals.html @@ -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> |