Fix typo.
authorNico Weber <nicolasweber@gmx.de>
Sat, 29 Nov 2014 23:57:35 +0000 (23:57 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 29 Nov 2014 23:57:35 +0000 (23:57 +0000)
llvm-svn: 222964

clang/lib/AST/VTableBuilder.cpp

index d8723b3..ddb1f05 100644 (file)
@@ -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: