summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-07-18 09:26:51 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-07-18 09:26:51 +0000
commit3f51f41779a94ddc046425db9838b534a6ebd0be (patch)
treef2a2e6c16c5be6026b32f8b2321db337865d04fe /clang/lib/Frontend/PCHReader.cpp
parent992d0e0b7452247cf2d99b6969e6264e47a3d27a (diff)
downloadbcm5719-llvm-3f51f41779a94ddc046425db9838b534a6ebd0be.tar.gz
bcm5719-llvm-3f51f41779a94ddc046425db9838b534a6ebd0be.zip
Fix a comment.
llvm-svn: 76303
Diffstat (limited to 'clang/lib/Frontend/PCHReader.cpp')
-rw-r--r--clang/lib/Frontend/PCHReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PCHReader.cpp b/clang/lib/Frontend/PCHReader.cpp
index 8c26607b7c6..1c3d18732b2 100644
--- a/clang/lib/Frontend/PCHReader.cpp
+++ b/clang/lib/Frontend/PCHReader.cpp
@@ -1469,7 +1469,7 @@ PCHReader::PCHReadResult PCHReader::ReadPCH(const std::string &FileName) {
return IgnorePCH;
if (PP) {
- // Initialization of builtins and library builtins occurs before the
+ // Initialization of keywords and pragmas occurs before the
// PCH file is read, so there may be some identifiers that were
// loaded into the IdentifierTable before we intercepted the
// creation of identifiers. Iterate through the list of known
OpenPOWER on IntegriCloud