From: Hans Wennborg Date: Mon, 2 Jun 2014 18:50:54 +0000 (+0000) Subject: Fix comment vs function name mismatch X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed290ac4c54f488f53289014632a460f98e98d2c;p=clang Fix comment vs function name mismatch git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210039 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGVTables.h b/lib/CodeGen/CGVTables.h index e1554bec82..ba67ed41d3 100644 --- a/lib/CodeGen/CGVTables.h +++ b/lib/CodeGen/CGVTables.h @@ -99,7 +99,7 @@ public: VTableAddressPointsMapTy& AddressPoints); - /// GetAddrOfVTable - Get the address of the VTT for the given record decl. + /// GetAddrOfVTT - Get the address of the VTT for the given record decl. llvm::GlobalVariable *GetAddrOfVTT(const CXXRecordDecl *RD); /// EmitVTTDefinition - Emit the definition of the given vtable.