From: Adrian Prantl Date: Fri, 14 Mar 2014 23:08:17 +0000 (+0000) Subject: typo X-Git-Tag: android-x86-7.1-r4~64083 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=be4056d0a5468d5253ff1a01259bb808a5b31914;p=android-x86%2Fexternal-llvm.git typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203980 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfUnit.cpp b/lib/CodeGen/AsmPrinter/DwarfUnit.cpp index c91f5fd361c..dbdcf9d2e11 100644 --- a/lib/CodeGen/AsmPrinter/DwarfUnit.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfUnit.cpp @@ -974,7 +974,7 @@ DIE *DwarfUnit::getOrCreateTypeDIE(const MDNode *TyNode) { if (GenerateDwarfTypeUnits && !Ty.isForwardDecl()) if (MDString *TypeId = CTy.getIdentifier()) { DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); - // Skip updating the accellerator tables since this is not the full type + // Skip updating the accelerator tables since this is not the full type. return TyDIE; } constructTypeDIE(*TyDIE, CTy);