r210039 - Fix comment vs function name mismatch

Hans Wennborg hans at hanshq.net
Mon Jun 2 11:50:54 PDT 2014


Author: hans
Date: Mon Jun  2 13:50:54 2014
New Revision: 210039

URL: http://llvm.org/viewvc/llvm-project?rev=210039&view=rev
Log:
Fix comment vs function name mismatch

Modified:
    cfe/trunk/lib/CodeGen/CGVTables.h

Modified: cfe/trunk/lib/CodeGen/CGVTables.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGVTables.h?rev=210039&r1=210038&r2=210039&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGVTables.h (original)
+++ cfe/trunk/lib/CodeGen/CGVTables.h Mon Jun  2 13:50:54 2014
@@ -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.





More information about the cfe-commits mailing list