diff options
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 |