diff options
Diffstat (limited to 'clang/docs/PCHInternals.html')
| -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> |

