From: Douglas Gregor Date: Fri, 21 Sep 2012 20:16:09 +0000 (+0000) Subject: Fix a typo in the PCH internals documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e6b15556a266fae5d7c7b72b6047445a46c503e;p=clang 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 --- 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.