From: Mike Stump Date: Wed, 21 Oct 2009 18:24:18 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfbd5df38ba91234821c48dcf14adb0e1be512f2;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84770 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGBlocks.cpp b/lib/CodeGen/CGBlocks.cpp index b3bbce66ea..af64fd5546 100644 --- a/lib/CodeGen/CGBlocks.cpp +++ b/lib/CodeGen/CGBlocks.cpp @@ -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);