]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorMike Stump <mrs@apple.com>
Wed, 21 Oct 2009 18:24:18 +0000 (18:24 +0000)
committerMike Stump <mrs@apple.com>
Wed, 21 Oct 2009 18:24:18 +0000 (18:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84770 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBlocks.cpp

index b3bbce66ea3890af5ec8852316741f0044bdbea2..af64fd5546de978338911705120ffaec2df38e0b 100644 (file)
@@ -670,8 +670,7 @@ CodeGenFunction::GenerateBlockFunction(const BlockExpr *BExpr,
 
   IdentifierInfo *II = &CGM.getContext().Idents.get(".block_descriptor");
 
-  // Allocate all BlockDeclRefDecls, so we can calculate the the
-  // right ParmTy below.
+  // Allocate all BlockDeclRefDecls, so we can calculate the right ParmTy below.
   // FIXME: Resolve testsuite problems, then enable.
   if (0)
     AllocateAllBlockDeclRefs(Info, this);