From: Adrian Prantl Date: Wed, 8 May 2013 23:37:22 +0000 (+0000) Subject: typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f06989b9f360e2b43cb1d94c317cc6e1826f7611;p=clang typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181485 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index f6bb9168ab..f6ee4b8446 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1843,7 +1843,7 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile Unit) { // Interface types may have elements added to them by a // subsequent implementation or extension, so we keep them in // the ObjCInterfaceCache together with a checksum. Instead of - // the (possibly) incomplete interace type, we return a forward + // the (possibly) incomplete interface type, we return a forward // declaration that gets RAUW'd in CGDebugInfo::finalize(). llvm::DenseMap > ::iterator it = ObjCInterfaceCache.find(TyPtr);