diff --git a/lib/CodeGen/CGVTables.h b/lib/CodeGen/CGVTables.h index e1554bec8203d115fc6cc3da477a421f32157f72..ba67ed41d3e28820e3ef2a28d0baeead87e3b968 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.