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)
llvm-svn: 210039

clang/lib/CodeGen/CGVTables.h

index e1554be..ba67ed4 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.