]> granicus.if.org Git - clang/commitdiff
Fix comment vs function name mismatch
authorHans Wennborg <hans@hanshq.net>
Mon, 2 Jun 2014 18:50:54 +0000 (18:50 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 2 Jun 2014 18:50:54 +0000 (18:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210039 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGVTables.h

index e1554bec8203d115fc6cc3da477a421f32157f72..ba67ed41d3e28820e3ef2a28d0baeead87e3b968 100644 (file)
@@ -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.