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 | 55023de547129c5140e3db5a85797e69a072ebd2 (patch) | |
| tree | b080d50509f096f4f3489e0fae760b9502b3696c | |
| parent | b53825b82b90789bb061fe60c72aed492a4427c2 (diff) | |
| download | bcm5719-llvm-55023de547129c5140e3db5a85797e69a072ebd2.tar.gz bcm5719-llvm-55023de547129c5140e3db5a85797e69a072ebd2.zip | |
Fix a typo in the PCH internals documentation
llvm-svn: 164409
| -rw-r--r-- | clang/docs/PCHInternals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/PCHInternals.html b/clang/docs/PCHInternals.html index 502c4bb5ed6..05278f37e0a 100644 --- a/clang/docs/PCHInternals.html +++ b/clang/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> |

