summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGVTables.h
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-06-02 18:50:54 +0000
committerHans Wennborg <hans@hanshq.net>2014-06-02 18:50:54 +0000
commited290ac4c54f488f53289014632a460f98e98d2c (patch)
treec67850118d1cb72b37ed57d206e49c8691029db9 /lib/CodeGen/CGVTables.h
parente09e4f33ca135e62c7c98b9c4359b45ec1b18559 (diff)
Fix comment vs function name mismatch
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVTables.h')
-rw-r--r--lib/CodeGen/CGVTables.h2
1 files changed, 1 insertions, 1 deletions
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.