From cda5c7c7647e71833d29912c7cfb9a41e717bb95 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sat, 29 Nov 2014 23:57:35 +0000 Subject: Fix typo. llvm-svn: 222964 --- clang/lib/AST/VTableBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/AST') 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: -- cgit v1.2.3