Fix typo.

llvm-svn: 222964
This commit is contained in:
Nico Weber 2014-11-29 23:57:35 +00:00
parent 81475c8b7d
commit cda5c7c764
1 changed files with 1 additions and 1 deletions

View 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: