diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-05-08 23:37:22 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-05-08 23:37:22 +0000 |
commit | c20237d21f50a1912fa4c3ffeab5253223aed624 (patch) | |
tree | 9da767b363089859e0e848d9d34bfdd185f0c3a5 /clang/lib/CodeGen | |
parent | 980e52d7aece79c69cf176fb835c5ff5347f7a7b (diff) | |
download | bcm5719-llvm-c20237d21f50a1912fa4c3ffeab5253223aed624.tar.gz bcm5719-llvm-c20237d21f50a1912fa4c3ffeab5253223aed624.zip |
typo
llvm-svn: 181485
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index f6bb9168ab5..f6ee4b8446d 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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<void *, std::pair<llvm::WeakVH, unsigned > > ::iterator it = ObjCInterfaceCache.find(TyPtr); |