r181485 - typo

Adrian Prantl aprantl at apple.com
Wed May 8 16:37:23 PDT 2013


Author: adrian
Date: Wed May  8 18:37:22 2013
New Revision: 181485

URL: http://llvm.org/viewvc/llvm-project?rev=181485&view=rev
Log:
typo

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=181485&r1=181484&r2=181485&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Wed May  8 18:37:22 2013
@@ -1843,7 +1843,7 @@ llvm::DIType CGDebugInfo::getOrCreateTyp
     // 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<void *, std::pair<llvm::WeakVH, unsigned > >
       ::iterator it = ObjCInterfaceCache.find(TyPtr);





More information about the cfe-commits mailing list