From: Zhongxing Xu Date: Sat, 18 Jul 2009 09:26:51 +0000 (+0000) Subject: Fix a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=089962112ebbb730dfe18c104566bcf9810b341e;p=clang Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76303 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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