diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-18 09:26:51 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-18 09:26:51 +0000 |
commit | 089962112ebbb730dfe18c104566bcf9810b341e (patch) | |
tree | 531c642750cd5383d56094d4b077cfac99d81f07 /lib/Frontend/PCHReader.cpp | |
parent | ac4e3794c60fc194fb2bd9764aa81d4cae530ecc (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHReader.cpp')
-rw-r--r-- | lib/Frontend/PCHReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PCHReader.cpp b/lib/Frontend/PCHReader.cpp index 8c26607b7c..1c3d18732b 100644 --- a/lib/Frontend/PCHReader.cpp +++ b/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 |