summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-11-29 23:57:35 +0000
committerNico Weber <nicolasweber@gmx.de>2014-11-29 23:57:35 +0000
commitcda5c7c7647e71833d29912c7cfb9a41e717bb95 (patch)
tree46dc46e935625f7b602418db2ab7b263497483af
parent81475c8b7d6cb0717749510744cfb3658fde4916 (diff)
downloadbcm5719-llvm-cda5c7c7647e71833d29912c7cfb9a41e717bb95.tar.gz
bcm5719-llvm-cda5c7c7647e71833d29912c7cfb9a41e717bb95.zip
Fix typo.
llvm-svn: 222964
-rw-r--r--clang/lib/AST/VTableBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/VTableBuilder.cpp b/clang/lib/AST/VTableBuilder.cpp
index d8723b3aee1..ddb1f057ac8 100644
--- a/clang/lib/AST/VTableBuilder.cpp
+++ b/clang/lib/AST/VTableBuilder.cpp
@@ -2676,7 +2676,7 @@ static bool BaseInSet(const CXXBaseSpecifier *Specifier,
// In this hierarchy, f() belongs to the vftable of A, so B::f() expects
// "this" parameter to point at the A subobject, which is B+4.
// In the B::f() prologue, it adjusts "this" back to B by subtracting 4,
-// peformed as a *static* adjustment.
+// performed as a *static* adjustment.
//
// Interesting thing happens when we alter the relative placement of A and B
// subobjects in a class:
OpenPOWER on IntegriCloud