[cfe-commits] r70040 - /cfe/trunk/lib/Frontend/PCHReader.cpp

Steve Naroff snaroff at apple.com
Sat Apr 25 05:18:46 PDT 2009


Author: snaroff
Date: Sat Apr 25 07:18:35 2009
New Revision: 70040

URL: http://llvm.org/viewvc/llvm-project?rev=70040&view=rev
Log:
Fixup comment.

Modified:
    cfe/trunk/lib/Frontend/PCHReader.cpp

Modified: cfe/trunk/lib/Frontend/PCHReader.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/PCHReader.cpp?rev=70040&r1=70039&r2=70040&view=diff

==============================================================================
--- cfe/trunk/lib/Frontend/PCHReader.cpp (original)
+++ cfe/trunk/lib/Frontend/PCHReader.cpp Sat Apr 25 07:18:35 2009
@@ -1751,7 +1751,7 @@
         unsigned NumArgs = Record[Idx++];
         KeyIdents.clear();
         if (NumArgs == 0) {
-          // If the number of arguments is 0, the we must have an Identifier.
+          // If the number of arguments is 0, we must have an Identifier.
           IdentifierInfo *II = DecodeIdentifierInfo(Record[Idx++]);
           assert(II && "DecodeIdentifierInfo returned 0");
           KeyIdents.push_back(II);





More information about the cfe-commits mailing list