]> granicus.if.org Git - clang/commitdiff
Fixup comment.
authorSteve Naroff <snaroff@apple.com>
Sat, 25 Apr 2009 12:18:35 +0000 (12:18 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 25 Apr 2009 12:18:35 +0000 (12:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70040 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/PCHReader.cpp

index 78be893bc70f61ae6d4d4b975046386c5fe8977e..300761a0e5d3ccd5863c30e3470658e71b98a23f 100644 (file)
@@ -1751,7 +1751,7 @@ bool PCHReader::ReadSelectorBlock() {
         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);