diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-16 14:23:44 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-16 14:23:44 +0000 |
commit | 233b37283101e0aecba65f3e6faa342a5b533e3a (patch) | |
tree | 263a7fdff212b5d55a25b517f8836501347249c9 /clang/lib/CodeGen/CGExprCXX.cpp | |
parent | 0d0489cea6d940cba809e5895808ebfbc0424e3a (diff) | |
download | bcm5719-llvm-233b37283101e0aecba65f3e6faa342a5b533e3a.tar.gz bcm5719-llvm-233b37283101e0aecba65f3e6faa342a5b533e3a.zip |
Fix typos
llvm-svn: 211025
Diffstat (limited to 'clang/lib/CodeGen/CGExprCXX.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExprCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprCXX.cpp b/clang/lib/CodeGen/CGExprCXX.cpp index 268f4aabfda..394ba1d8f77 100644 --- a/clang/lib/CodeGen/CGExprCXX.cpp +++ b/clang/lib/CodeGen/CGExprCXX.cpp @@ -1913,7 +1913,7 @@ MSDynamicCastBuilder::MSDynamicCastBuilder(CodeGenFunction &CGF, SrcTy = IsPtrCast ? SrcTy->castAs<PointerType>()->getPointeeType() : SrcTy; SrcDecl = SrcTy->getAsCXXRecordDecl(); // If we don't need a base adjustment, we don't need a SrcDecl so clear it - // here. Later we use the existance of the SrcDecl to determine the need for + // here. Later we use the existence of the SrcDecl to determine the need for // a base adjustment. if (CGF.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) SrcDecl = nullptr; |