[cfe-commits] r164409 - /cfe/trunk/docs/PCHInternals.html

Douglas Gregor dgregor at apple.com
Fri Sep 21 13:16:09 PDT 2012


Author: dgregor
Date: Fri Sep 21 15:16:09 2012
New Revision: 164409

URL: http://llvm.org/viewvc/llvm-project?rev=164409&view=rev
Log:
Fix a typo in the PCH internals documentation

Modified:
    cfe/trunk/docs/PCHInternals.html

Modified: cfe/trunk/docs/PCHInternals.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/PCHInternals.html?rev=164409&r1=164408&r2=164409&view=diff
==============================================================================
--- cfe/trunk/docs/PCHInternals.html (original)
+++ cfe/trunk/docs/PCHInternals.html Fri Sep 21 15:16:09 2012
@@ -631,7 +631,7 @@
   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>





More information about the cfe-commits mailing list