]> granicus.if.org Git - clang/commitdiff
Fix a typo in the PCH internals documentation
authorDouglas Gregor <dgregor@apple.com>
Fri, 21 Sep 2012 20:16:09 +0000 (20:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 21 Sep 2012 20:16:09 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164409 91177308-0d34-0410-b5e6-96231b3b80d8

docs/PCHInternals.html

index 502c4bb5ed6627cedb6b545aada91675f120baa6..05278f37e0a5b2b288032905f2129bf0404642cc 100644 (file)
@@ -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>